Skip to content

Commit 3d72b7d

Browse files
committed
CS Fix
1 parent c0ffc12 commit 3d72b7d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/cli/StopOnFailureCest.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<?php
2+
namespace Robo;
23

3-
class StopOnFailureCest {
4+
use \CliGuy;
45

6+
class StopOnFailureCest
7+
{
58
public function _before(CliGuy $I)
69
{
710
$I->amInPath(codecept_data_dir('sandbox'));
@@ -22,4 +25,3 @@ public function parallelProcessesGetStoppedIfStopOnFailIsSet(CliGuy $I)
2225
$I->dontSeeFileFound($filenameKo);
2326
}
2427
}
25-

0 commit comments

Comments
 (0)