Nelmio\Alice\Definition\Value\FunctionCallValueTest::testIsAValue PHP Method

testIsAValue() public method

public testIsAValue ( )
    public function testIsAValue()
    {
        $this->assertTrue(is_a(FunctionCallValue::class, ValueInterface::class, true));
    }