eZ\Publish\Core\Repository\Tests\Service\Integration\ContentBase::testLoadContentByRemoteIdArgumentsProvider PHP Метод

testLoadContentByRemoteIdArgumentsProvider() публичный Метод

Data provider for testLoadContentByRemoteId().
public testLoadContentByRemoteIdArgumentsProvider ( ) : array
Результат array
    public function testLoadContentByRemoteIdArgumentsProvider()
    {
        return array(array('f5c88a2209584891056f987fd965b0ba', null, null), array('f5c88a2209584891056f987fd965b0ba', array('eng-US'), null), array('f5c88a2209584891056f987fd965b0ba', null, 1), array('f5c88a2209584891056f987fd965b0ba', array('eng-US'), 1));
    }
ContentBase