You are here

public function ClassUtilsTest::testGenerateProxyClassName in Plug 7

File

lib/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'));
}