Parkour\Functor\ConjunctTest::testInvokeCurried PHP Method

testInvokeCurried() public method

public testInvokeCurried ( )
    public function testInvokeCurried()
    {
        $Conjunct = new Conjunct(false);
        $this->assertFalse($Conjunct(true));
    }