summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2015-07-23 17:01:27 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-07-23 17:01:27 +0300
commitde326a433bcb827360f7c4c8b0ea57e92d6f3a18 (patch)
treea75676875c3a66cfb87cdb7fa03ede0c30eed1a0 /tests
parentb256d8d90cc1a7248e644dd2154496eb15577dbe (diff)
downloadsql-parser-de326a433bcb827360f7c4c8b0ea57e92d6f3a18.zip
sql-parser-de326a433bcb827360f7c4c8b0ea57e92d6f3a18.tar.gz
sql-parser-de326a433bcb827360f7c4c8b0ea57e92d6f3a18.tar.bz2
Fixed coding style.
Diffstat (limited to 'tests')
-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