Extension\FcallTest::testArrayFill PHP Method

testArrayFill() public method

public testArrayFill ( )
    public function testArrayFill()
    {
        $t = new \Test\Fcall();
        $this->assertSame($t->testArrayFill(), array(array_fill(0, 5, '?'), array_fill(0, 6, '?')));
    }