Extension\FcallTest::testCall PHP Method

testCall() public method

public testCall ( )
    public function testCall()
    {
        $t = new \Test\Fcall();
        $this->assertSame($t->testCall1(), 0);
        $this->assertLessThan($t->testCall2(), -1);
        $this->assertSame($t->testCall1FromVar(), 2);
    }