eZ\Publish\Core\Persistence\Legacy\Tests\Content\Language\MapperTest::getRowsFixture PHP Метод

getRowsFixture() защищенный Метод

Returns a result rows fixture.
protected getRowsFixture ( ) : string[][]
Результат string[][]
    protected function getRowsFixture()
    {
        return array(array('disabled' => '0', 'id' => '2', 'locale' => 'eng-US', 'name' => 'English (American)'), array('disabled' => '0', 'id' => '4', 'locale' => 'eng-GB', 'name' => 'English (United Kingdom)'));
    }