Bug #35202
closed
Fix the unit tests to work with PHPUnit 3.6
Added by Oliver Klee over 12 years ago.
Updated about 6 years ago.
Description
The current trunk of the phpunit extension brings PHPUnit 3.6. Let's fix the unit tests to work with this version.
This also includes changing all "throw new Exception" to use a subclass because otherwise this cannot be unit-tested (PHPUnit 3.6 does not allow checking for the Exception base class.)
Note: The patch for this bug will only include fixes for the issues that seems to be related to the differences between PHPUnit 3.5 and PHPUnit 3.6. The patch is not about fixing real bugs in the code.
- Status changed from New to Under Review
#35905 already fixed the autoloader tests.
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF