Go\Aop\Framework\AbstractMethodInvocationTest::testInvocationReturnsMethod PHP Method

testInvocationReturnsMethod() public method

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