Closed ek9 closed 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.
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
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:
spec
orfeatures
directory in the main package from package specific source directories.This would fix #27 and #37