@@ -120,7 +120,7 @@ |
||
| 120 | 120 | if($skipped->reason) { |
| 121 | 121 | $reason = ": {$skipped->reason}"; |
| 122 | 122 | } |
| 123 | - static::printLine("Skipped $skipped->name$reason"); |
|
| 123 | + static::printLine("skipped $skipped->name$reason"); |
|
| 124 | 124 | } |
| 125 | 125 | } |
| 126 | 126 | |
@@ -42,7 +42,7 @@ |
||
| 42 | 42 | FileSystem::createDir($tempDir); |
| 43 | 43 | $robot->setTempDirectory($tempDir); |
| 44 | 44 | $robot->addDirectory($folder); |
| 45 | - $robot->acceptFiles = ["*Test.php", "*.phpt",]; |
|
| 45 | + $robot->acceptFiles = ["*Test.php", "*.phpt", ]; |
|
| 46 | 46 | $robot->rebuild(); |
| 47 | 47 | $robot->register(); |
| 48 | 48 | $classes = $robot->getIndexedClasses(); |