You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/tests/performance/framework/tests/unit/testsuite/Magento/Test/Performance/Scenario/Handler/FileFormatTest.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -59,12 +59,12 @@ public function testRunDelegation()
Copy file name to clipboardExpand all lines: dev/tests/performance/framework/tests/unit/testsuite/Magento/Test/Performance/Scenario/Handler/JmeterTest.php
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,10 @@ public function runExceptionDataProvider()
133
133
"{$fixtureDir}/scenario_without_report.jmx",
134
134
"{$fixtureDir}/scenario_without_report.jtl",
135
135
'Magento\Framework\Exception\LocalizedException',
136
-
"Report file '{$fixtureDir}/scenario_without_report.jtl' for 'Scenario' has not been created.",
136
+
new \Magento\Framework\Phrase(
137
+
"Report file '%1/scenario_without_report.jtl' for 'Scenario' has not been created.",
0 commit comments