public function RuntimeReflectionServiceTest::testShortname

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php, line 36

Class

RuntimeReflectionServiceTest
@group DCOM-93

Namespace

Doctrine\Tests\Common\Persistence\Mapping

Code

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