@@ -35,7 +35,7 @@ |
||
35 | 35 | } |
36 | 36 | } |
37 | 37 | |
38 | - return [$positive, $negative,]; |
|
38 | + return [$positive, $negative, ]; |
|
39 | 39 | } |
40 | 40 | } |
41 | 41 | ?> |
42 | 42 | \ No newline at end of file |
@@ -35,7 +35,7 @@ |
||
35 | 35 | } |
36 | 36 | } |
37 | 37 | |
38 | - return [$positive, $negative,]; |
|
38 | + return [$positive, $negative, ]; |
|
39 | 39 | } |
40 | 40 | } |
41 | 41 | ?> |
42 | 42 | \ No newline at end of file |
@@ -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(); |