Parkour\Functor\DisjunctTest::testInvoke PHP Method

testInvoke() public method

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