Parkour\Functor\NotIdenticalTest::testInvokeCurried PHP Method

testInvokeCurried() public method

public testInvokeCurried ( )
    public function testInvokeCurried()
    {
        $NotIdentical = new NotIdentical(2);
        $this->assertTrue($NotIdentical('2'));
    }