public function StaticReflectionServiceTest::testClassNamespaceName in Plug 7
File
- lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ StaticReflectionServiceTest.php, line 41
Class
- StaticReflectionServiceTest
- @group DCOM-93
Namespace
Doctrine\Tests\Common\Persistence\MappingCode
public function testClassNamespaceName() {
$this
->assertEquals("Doctrine\\Tests\\Common\\Persistence\\Mapping", $this->reflectionService
->getClassNamespace(__CLASS__));
}