Project

General

Profile

Task #78408

Updated by Anja Leichsenring over 7 years ago

In order to have tests on TYPO3 6.2 automatically run by Bamboo, we need to skip one test that fails due to invalid locale settings. This very test has been removed fixed in master and skipped in TYPO3 7.6 earlier. 

 TYPO3\CMS\Form\Tests\Unit\Validation\IntegerValidatorTest::isValidForInvalidInputReturnsFalse with data set "12,1 for de_DE locale" (array('12,1', 'de_DE')) 
 Failed asserting that true is false.

Back