Actions
Bug #55270
closedTest loadValuesSetsStaticEnumConstants fails under certain circumstances
Start date:
2014-01-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
How to reproduce:
- Activate the PHPUnit Module in the BE
- Leave the selector on "All extensions"
- Hit "Run all tests"
- Wait till the tests are done
Now you should see at least one failing test with message:
Testsuite: TYPO3\CMS\Core\Tests\Unit\Type\EnumerationTest loadValuesSetsStaticEnumConstants Failure in test case loadValuesSetsStaticEnumConstants File: typo3/sysext/core/Tests/Unit/Type/EnumerationTest.php Line: 92 Failed asserting that two arrays are equal. Array ( 'Mock_Tx_Phpunit_AccessibleProxy52de644670232_48a1ca4d' =>Array (...) 'TYPO3\CMS\Core\Versioning\VersionState' =>Array (...) ) Memory leak: 417 KB Time: 0.0817 sec.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27020
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27020
Updated by Markus Klein almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 96a3446152794a1f56d9c340b6c755eb74ba9fbf.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions