public function FileApiTest::testDownloadFileLocaleCheckFails in TMGMT Translator Smartling 8.2
Same name in this branch
- 8.2 api-sdk-php/tests/unit/FileApiTest.php \Smartling\Tests\Unit\FileApiTest::testDownloadFileLocaleCheckFails()
- 8.2 vendor/smartling/api-sdk-php/tests/unit/FileApiTest.php \Smartling\Tests\Unit\FileApiTest::testDownloadFileLocaleCheckFails()
Same name and namespace in other branches
- 8.4 vendor/smartling/api-sdk-php/tests/unit/FileApiTest.php \Smartling\Tests\Unit\FileApiTest::testDownloadFileLocaleCheckFails()
- 8.3 vendor/smartling/api-sdk-php/tests/unit/FileApiTest.php \Smartling\Tests\Unit\FileApiTest::testDownloadFileLocaleCheckFails()
@covers \Smartling\File\FileApi::downloadFile @dataProvider downloadFileLocaleCheckSuccessParams @expectedException Smartling\Exceptions\SmartlingApiException
Parameters
$options:
$locale:
File
- vendor/
smartling/ api-sdk-php/ tests/ unit/ FileApiTest.php, line 255
Class
- FileApiTest
- Test class for Smartling\File\FileApi.
Namespace
Smartling\Tests\UnitCode
public function testDownloadFileLocaleCheckFails($options, $locale) {
$this->object
->downloadFile('test.xml', $locale, $options);
}