Parkour\Functor\EqualTest::testInvokeCurried PHP Method

testInvokeCurried() public method

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