Skip to content

Commit

Permalink
fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chbiel committed Feb 5, 2015
1 parent 7c4cb95 commit 401a100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ParaTest/Runners/PHPUnit/Configuration.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
namespace ParaTest\Runners\PHPUnit;
use ParaTest\Parser\Parser;

/**
* Class Configuration
Expand Down Expand Up @@ -113,7 +112,8 @@ public function getSuiteByName($suiteName)
default:
foreach ($this->getSuitePaths((string)$nodeContent) as $path) {
$suites[(string)$node['name']][] = new SuitePath(
$path, $nodeContent->attributes()->suffix
$path,
$nodeContent->attributes()->suffix
);
}
break;
Expand Down

0 comments on commit 401a100

Please # to comment.