public function ClassUtilsTest::testGetRealClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Util/ClassUtilsTest.php \Doctrine\Tests\Common\Util\ClassUtilsTest::testGetRealClass()
@dataProvider dataGetClass
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Util/ ClassUtilsTest.php, line 24
Class
Namespace
Doctrine\Tests\Common\UtilCode
public function testGetRealClass($className, $expectedClassName) {
$this
->assertEquals($expectedClassName, ClassUtils::getRealClass($className));
}