Parkour\Functor\NotEqualTest::testInvoke PHP Method

testInvoke() public method

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