CacheTool\Proxy\PhpProxyTest::testGetFunctions PHP 메소드

testGetFunctions() 공개 메소드

public testGetFunctions ( )
    public function testGetFunctions()
    {
        $this->assertCount(8, $this->createProxyInstance()->getFunctions());
    }