Bug #35202
closedFix the unit tests to work with PHPUnit 3.6
100%
Description
The current trunk of the phpunit extension brings PHPUnit 3.6. Let's fix the unit tests to work with this version.
Updated by Oliver Klee over 12 years ago
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.)
Updated by Oliver Klee over 12 years ago
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.
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10187
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10187
Updated by Christian Kuhn over 12 years ago
#35905 already fixed the autoloader tests.
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10187
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/10350
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/10351
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/10352
Updated by Oliver Klee over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 89232cdbe21fdf813702a5a22fa14fa7fe68029e.