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

testIsAMethodCall() public method

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