@@ -211,7 +211,7 @@ class DownloadFlowTest extends SmartlingTestBase {
$this->apiWrapperMock->expects($this->once())
->method('createFirebaseRecord')
->with('tmgmt_smartling','notifications',10,[
"message"=>'Translation for "public://tmgmt_smartling_translations/JobID1_en_de.xml" (job id = 1) was successfully downloaded but import was skipped: downloaded and existing translations are equal.',
"message"=>'Translation for "public://tmgmt_smartling_translations/test_file_uri.xml" (job id = 1) was successfully downloaded but import was skipped: downloaded and existing translations are equal.',
"type"=>"warning",
]);
...
...
@@ -223,7 +223,7 @@ class DownloadFlowTest extends SmartlingTestBase {
@@ -345,7 +345,7 @@ class DownloadFlowTest extends SmartlingTestBase {
$this->apiWrapperMock->expects($this->once())
->method('createFirebaseRecord')
->with('tmgmt_smartling','notifications',10,[
"message"=>'Translation for "public://tmgmt_smartling_translations/JobID1_en_de.xml" (job id = 1) was successfully downloaded but validation failed. See logs for more info.',
"message"=>'Translation for "public://tmgmt_smartling_translations/test_file_uri.xml" (job id = 1) was successfully downloaded but validation failed. See logs for more info.',
"type"=>"error",
]);
...
...
@@ -357,7 +357,7 @@ class DownloadFlowTest extends SmartlingTestBase {
@@ -421,7 +421,7 @@ class DownloadFlowTest extends SmartlingTestBase {
$this->apiWrapperMock->expects($this->once())
->method('createFirebaseRecord')
->with('tmgmt_smartling','notifications',10,[
"message"=>'Translation for "public://tmgmt_smartling_translations/JobID1_en_de.xml" (job id = 1) was successfully downloaded but import failed. See logs for more info.',
"message"=>'Translation for "public://tmgmt_smartling_translations/test_file_uri.xml" (job id = 1) was successfully downloaded but import failed. See logs for more info.',
"type"=>"error",
]);
...
...
@@ -576,7 +576,7 @@ class DownloadFlowTest extends SmartlingTestBase {