You are here

public function StaticReflectionServiceTest::testGetMethods in Plug 7

File

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

Class

StaticReflectionServiceTest
@group DCOM-93

Namespace

Doctrine\Tests\Common\Persistence\Mapping

Code

public function testGetMethods() {
  $this
    ->assertTrue($this->reflectionService
    ->hasPublicMethod(__CLASS__, "testGetMethods"));
  $this
    ->assertTrue($this->reflectionService
    ->hasPublicMethod(__CLASS__, "testGetMethods2"));
}