Actions
Bug #100927
closedsymfony/property-info 6.2.11 causes unit test fail
Start date:
2023-05-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TYPO3\CMS\Extbase\Tests\Unit\Reflection\ClassSchema\Property\PropertyWithoutTypeDeclarationsTest::objectStorageWithArraySyntaxWithoutKeyValueTypeProperty Failed asserting that two arrays are identical. --- Expected +++ Actual 439@@ @@ 440-Array &0 () 441+Array &0 ( 442+ 0 => Symfony\Component\PropertyInfo\Type Object #137687 ( 443+ 'builtinType' => 'string' 444+ 'nullable' => false 445+ 'class' => null 446+ 'collection' => false 447+ 'collectionKeyType' => Array &1 () 448+ 'collectionValueType' => Array &2 () 449+ ) 450+ 1 => Symfony\Component\PropertyInfo\Type Object #137691 ( 451+ 'builtinType' => 'int' 452+ 'nullable' => false 453+ 'class' => null 454+ 'collection' => false 455+ 'collectionKeyType' => Array &3 () 456+ 'collectionValueType' => Array &4 () 457+ ) 458+) 459/builds/typo3/CI/cms/typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchema/Property/PropertyWithoutTypeDeclarationsTest.php:197 460/builds/typo3/CI/cms/vendor/phpunit/phpunit/phpunit:99
Actions