-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get rid of the dependency on PEAR #1101
Comments
Implemented in 0955930 |
Awesome! |
It works for our own PHPT tests. Only |
It fails on Travis CI. I cannot reproduce it locally. Weird. |
I wonder if this has something to do with the INI overrides from PEAR_RunTest. Seems if we don't force certain configurations that the output can vary depending on the runtime. |
Refactor
PHPUnit_Extensions_PhptTestCase
to not requirePEAR_RunTest
. This requires the implementation of a custom PHPT test runner that leveragesassertStringMatchesFormat()
.The text was updated successfully, but these errors were encountered: