You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm. Running the tests of the Debug component is enough to repoduce. It don't let tests fail on travis because the related test is skipped on case-sensitive filesystems. The issue seems to be related to d90891a#diff-49579792cd5fcfe2ddd72064b1e7f416R36. See PR #14588 for a solution.
This PR was merged into the 2.6 branch.
Discussion
----------
[Debug] Fixed ClassNotFoundFatalErrorHandlerTest
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #14573
| License | MIT
| Doc PR |
Since `testCannotRedeclareClass` is skipped on case-sensitive filesystems, it won't have any effect on the travis build, but fixes the issue described in #14573 for e.g. OS X.
Commits
-------
f7def8c [Debug] Fixed ClassNotFoundFatalErrorHandlerTest
Hi. When I fire phpunit with all test suit, I've got error in
I cloned symfony/symfony repo and I haven't made any changes to the code. I also followed documentation for contributing & PHPUnit tests.
I check this with PHPUnit version 4.5.0 and 4.6.6.
My PHP version is 5.4.26, and OSX 10.10.3
I created a gist with my output: https://gist.github.com/karolhor/b2a767420ee7541dcbc2
The text was updated successfully, but these errors were encountered: