public function RuntimeReflectionServiceTest::testGetMethods in Plug 7
File
- lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ RuntimeReflectionServiceTest.php, line 69
Class
- RuntimeReflectionServiceTest
- @group DCOM-93
Namespace
Doctrine\Tests\Common\Persistence\MappingCode
public function testGetMethods() {
$this
->assertTrue($this->reflectionService
->hasPublicMethod(__CLASS__, "testGetMethods"));
$this
->assertFalse($this->reflectionService
->hasPublicMethod(__CLASS__, "testGetMethods2"));
}