'indexedBar',
'indexedFoo',
'indexedBaz',
'indexedByDt',
'indexedByCustomType',
'indexedBuz',
'dummyGeneratedValueList',
]);
$this->
assertEquals( $expected,
$this->
createExtractor()->
getProperties(DoctrineDummy::
class) );
} public function testTestGetPropertiesWithEmbedded() { $this->
assertEquals( [ 'id',
'embedded',
],
$this->
createExtractor()->
getProperties('Symfony\Bridge\Doctrine\Tests\PropertyInfo\Fixtures\DoctrineWithEmbedded'
) );