Parkour\Functor\NotIdenticalTest::testInvoke PHP Method

testInvoke() public method

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