Project

General

Profile

Bug #100927

Updated by Anja Leichsenring over 1 year ago

<pre> 
 TYPO3\CMS\Extbase\Tests\Unit\Reflection\ClassSchema\Property\PropertyWithoutTypeDeclarationsTest::objectStorageWithArraySyntaxWithoutKeyValueTypeProperty 
 Failed 436Failed asserting that two arrays are identical. 
 --- 437--- Expected 
 +++ 438+++ 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 
 </pre>

Back