Nelmio\Alice\Definition\MethodCall\MethodCallWithReferenceTest::testIsAMethodCall PHP Method

testIsAMethodCall() public method

public testIsAMethodCall ( )
    public function testIsAMethodCall()
    {
        $this->assertTrue(is_a(MethodCallWithReference::class, MethodCallInterface::class, true));
    }