Parkour\Functor\EqualTest::testInvoke PHP Method

testInvoke() public method

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