public function ClassMetadataFactoryTest::testClassIsTransient in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php \Doctrine\Tests\Common\Persistence\Mapping\ClassMetadataFactoryTest::testClassIsTransient()
@group DCOM-270
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ ClassMetadataFactoryTest.php, line 103
Class
Namespace
Doctrine\Tests\Common\Persistence\MappingCode
public function testClassIsTransient() {
$this
->assertTrue($this->cmf
->isTransient('prefix:ChildEntity:Foo'));
}