Skip to content

Commit

Permalink
Fix CS/WS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 25, 2019
1 parent bb2dab5 commit 8d9234d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner/BaseTestRunner.php
Expand Up @@ -58,7 +58,7 @@ public function getLoader(): TestSuiteLoader
public function getTest(string $suiteClassName, string $suiteClassFile = '', $suffixes = ''): ?Test
{
if (empty($suiteClassFile) && \is_dir($suiteClassName) && !\is_file($suiteClassName . '.php')) {
$files = (new FileIteratorFacade)->getFilesAsArray(
$files = (new FileIteratorFacade)->getFilesAsArray(
$suiteClassName,
$suffixes
);
Expand Down

0 comments on commit 8d9234d

Please sign in to comment.