Scalr\Tests\Service\CloudStack\CloudStackTest::providerRs PHP Метод

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

Provider of the instances for the functional tests
public providerRs ( )
    public function providerRs()
    {
        $data = \Scalr::config('scalr.phpunit.cloudstack.platforms');
        if (empty($data) || !is_array($data)) {
            return array(array(self::EMPTY_CONFIG, 'jp-east-t1v', '2530', '24'));
        }
        return $data;
    }