This commit is contained in:
parent
762e798d22
commit
6debf2c909
@ -348,7 +348,7 @@ class ClassMetadataFactoryTest extends \Doctrine\Tests\OrmTestCase
|
||||
->will($this->returnCallback(function (OnClassMetadataNotFoundEventArgs $args) use ($metadata, $em, $test) {
|
||||
$test->assertNull($args->getFoundMetadata());
|
||||
$test->assertSame('Foo', $args->getClassName());
|
||||
$test->assertSame($em, $args->getEntityManager());
|
||||
$test->assertSame($em, $args->getObjectManager());
|
||||
|
||||
$args->setFoundMetadata($metadata);
|
||||
}));
|
||||
|
Loading…
x
Reference in New Issue
Block a user