Skip to content

Commit 592a1fe

Browse files
committed
Moved the tool that genereates tests.
1 parent 0405d40 commit 592a1fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace SqlParser\Tests;
3+
namespace SqlParser\Tools;
44

55
require_once '../vendor/autoload.php';
66

@@ -12,7 +12,7 @@
1212
*
1313
* @category Tests
1414
* @package SqlParser
15-
* @subpackage Tests
15+
* @subpackage Tools
1616
* @author Dan Ungureanu <udan1107@gmail.com>
1717
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
1818
*/
@@ -195,10 +195,10 @@ public static function buildAll($input, $output, $debug = null)
195195
//
196196
// Example of usage:
197197
//
198-
// php TestGenerator.php data data
198+
// php TestGenerator.php ../tests/data ../tests/data
199199
//
200-
// Input data must be in the `data` folder.
201-
// The output will be generated in the same `data` folder.
200+
// Input data must be in the `../tests/data` folder.
201+
// The output will be generated in the same `../tests/data` folder.
202202
//
203203
if (count($argv) >= 3) {
204204

0 commit comments

Comments
 (0)