Go\Aop\Framework\AbstractMethodInvocationTest::testInvocationReturnsMethod PHP 메소드

testInvocationReturnsMethod() 공개 메소드

    public function testInvocationReturnsMethod()
    {
        $this->assertEquals(__CLASS__, $this->invocation->getMethod()->class);
        $this->assertEquals('setUp', $this->invocation->getMethod()->name);
    }