diff options
author | Dan Ungureanu <udan1107@gmail.com> | 2015-07-23 17:01:27 +0300 |
---|---|---|
committer | Dan Ungureanu <udan1107@gmail.com> | 2015-07-23 17:01:27 +0300 |
commit | de326a433bcb827360f7c4c8b0ea57e92d6f3a18 (patch) | |
tree | a75676875c3a66cfb87cdb7fa03ede0c30eed1a0 /tests | |
parent | b256d8d90cc1a7248e644dd2154496eb15577dbe (diff) | |
download | sql-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.php | 2 |
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 |