You are here

public function StaticReflectionServiceTest::testShortname in Plug 7

File

lib/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticReflectionServiceTest.php, line 36

Class

StaticReflectionServiceTest
@group DCOM-93

Namespace

Doctrine\Tests\Common\Persistence\Mapping

Code

public function testShortname() {
  $this
    ->assertEquals("StaticReflectionServiceTest", $this->reflectionService
    ->getClassShortName(__CLASS__));
}