This commit is contained in:
parent
762e798d22
commit
6debf2c909
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue