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

testIsAMethodCall() public method

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