richardmiller-zz / BehatSpec

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

Move tests to main repo #39

Closed ek9 closed 7 years ago

ek9 commented 7 years ago

This moves ErrorExtensions and ExemplifyExtension tests to main repository.

This PR also includes changes in #38 , so you might want to merge / review that one separately. I have also added / enabled PhpSpecRunExtension as it had phpspec.yml file in the package's repository, but no tests were there.

Once this is merged, we can write both:

Changes:

This would fix #27 and #37

ek9 commented 7 years ago

Keep in mind the behat tests for the ExemplifyExtension still fail, so you might want to sort out #24 / #28 before merging this, so I can then make sure the updated / fixed tests work correctly.

ek9 commented 7 years ago

I've merged in the changes from #28 and resolved conflicts so this can be merged after #28 . Behat tests now pass too.

To run tests now:

vendor/bin/phpspec - runs all phpspec tests vendor/bin/behat - runs all behat tests