@@ -67,11 +67,11 @@ |
||
67 | 67 | |
68 | 68 | foreach ($modules as $module) { |
69 | 69 | $directory = $module->getPath().DIRECTORY_SEPARATOR.$testPath; |
70 | - if (! file_exists($directory)) { |
|
70 | + if (!file_exists($directory)) { |
|
71 | 71 | continue; |
72 | 72 | } |
73 | 73 | |
74 | - if (! File::glob($directory.DIRECTORY_SEPARATOR.'*.php')) { |
|
74 | + if (!File::glob($directory.DIRECTORY_SEPARATOR.'*.php')) { |
|
75 | 75 | continue; |
76 | 76 | } |
77 | 77 |