You are here

public function ClassUtilsTest::testGenerateProxyClassName in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/common/tests/Doctrine/Tests/Common/Util/ClassUtilsTest.php \Doctrine\Tests\Common\Util\ClassUtilsTest::testGenerateProxyClassName()

File

vendor/doctrine/common/tests/Doctrine/Tests/Common/Util/ClassUtilsTest.php, line 44

Class

ClassUtilsTest

Namespace

Doctrine\Tests\Common\Util

Code

public function testGenerateProxyClassName() {
  $this
    ->assertEquals('Proxies\\__CG__\\stdClass', ClassUtils::generateProxyClassName('stdClass', 'Proxies'));
}