public function ClassUtilsTest::testGenerateProxyClassName in Plug 7
File
- lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Util/ ClassUtilsTest.php, line 44
Class
Namespace
Doctrine\Tests\Common\UtilCode
public function testGenerateProxyClassName() {
$this
->assertEquals('Proxies\\__CG__\\stdClass', ClassUtils::generateProxyClassName('stdClass', 'Proxies'));
}