Skip to content

Commit e7b0094

Browse files
committed
MTA-2096: Incompleted tests are displayed as passed in test results list
- CR Changes
1 parent 8690d7b commit e7b0094

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Magento/Mtf/System/JUnit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function endTest(\PHPUnit_Framework_Test $test, $time)
8282
}
8383

8484
/**
85-
* Returns the XML as a string.
85+
* Remove empty test suite and returns the XML as a string.
8686
*
8787
* @return string
8888
*/

Magento/Mtf/TestCase/Injectable.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ abstract class Injectable extends Functional
6969
protected $currentVariation = [];
7070

7171
/**
72-
* Is incomplete test.
72+
* Is test incomplete.
7373
*
7474
* @var bool
7575
*/

0 commit comments

Comments
 (0)