Parkour\Functor\IdenticalTest::testInvoke PHP Method

testInvoke() public method

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