Skip to content

Commit 182f78c

Browse files
committed
MTA-1280: Wrong screenshot is taken for test failure if tearDown() method is present
- Added call PHPUnit isolation
1 parent 37d0cdb commit 182f78c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Magento/Mtf/TestCase/Functional.php

+1
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ public function runBare()
434434
*/
435435
public function setInIsolation($inIsolation)
436436
{
437+
parent::setInIsolation($inIsolation);
437438
if (is_bool($inIsolation)) {
438439
$this->inIsolation = $inIsolation;
439440
} else {

0 commit comments

Comments
 (0)