Skip to content

Commit

Permalink
CS Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Jul 17, 2019
1 parent c0ffc12 commit 3d72b7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/cli/StopOnFailureCest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?php
namespace Robo;

class StopOnFailureCest {
use \CliGuy;

class StopOnFailureCest
{
public function _before(CliGuy $I)
{
$I->amInPath(codecept_data_dir('sandbox'));
Expand All @@ -22,4 +25,3 @@ public function parallelProcessesGetStoppedIfStopOnFailIsSet(CliGuy $I)
$I->dontSeeFileFound($filenameKo);
}
}

0 comments on commit 3d72b7d

Please sign in to comment.