richardmiller-zz / BehatSpec

Extensions to integrate Behat and PhpSpec
MIT License
51 stars 6 forks source link

ExempifyExtension: behat tests fail due to missing global `expect()` function #24

Closed ek9 closed 7 years ago

ek9 commented 7 years ago

ExemplifyExtension behat tests fail due to missing global expect() function

richardmiller-zz commented 7 years ago

It should be provided by this package - https://github.com/BossaConsulting/phpspec2-expect

Not sure what happened but it may have previously been a dependency of phpspec but is not anymore

richardmiller-zz commented 7 years ago

That said it doesn't have a version that will work with latest phpspec 3 and the tests are broken for other reasons as well. I have a fix just need to clean up and will PR once done.