Parkour\Functor\NotEqualTest::testInvokeCurried PHP Method

testInvokeCurried() public method

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