Parkour\Functor\MultiplyTest::testInvoke PHP Method

testInvoke() public method

public testInvoke ( )
    public function testInvoke()
    {
        $Multiply = new Multiply();
        $this->assertEquals(4, $Multiply(2, 2));
    }