Parkour\Functor\ConjunctTest::testInvoke PHP Method

testInvoke() public method

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