Go\Aop\Framework\AbstractMethodInvocationTest::testInvocationReturnsMethod PHP Метод

testInvocationReturnsMethod() публичный Метод

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