summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/TestGenerator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestGenerator.php b/tests/TestGenerator.php
index 27d3d2f..234c693 100644
--- a/tests/TestGenerator.php
+++ b/tests/TestGenerator.php
@@ -160,7 +160,7 @@ class TestGenerator
}
// Generating tests recursively.
- static::buildAll($inputFile, $outputFile , $debugFile);
+ static::buildAll($inputFile, $outputFile, $debugFile);
} elseif (substr($inputFile, -3) === '.in') {
// Generating file names by replacing `.in` with `.out` and