@@ -17,8 +17,7 @@ |
||
17 | 17 | array $order = [], |
18 | 18 | $limit = 0, |
19 | 19 | $useHaving = false |
20 | - ) |
|
21 | - { |
|
20 | + ) { |
|
22 | 21 | //Condition: '' | ' (HAVING|WHERE|AND) ' . $cond |
23 | 22 | self::queryConditions($query, $cond, $useHaving); |
24 | 23 |
@@ -25,7 +25,8 @@ |
||
25 | 25 | $this->assertSame('second', $b); |
26 | 26 | } |
27 | 27 | |
28 | - public function testprepare(){ |
|
28 | + public function testprepare() |
|
29 | + { |
|
29 | 30 | $this->assertSame(Table::$pageExt, null); |
30 | 31 | //var_dump('passed'); |
31 | 32 | } |
@@ -2,7 +2,7 @@ |
||
2 | 2 | //WORKS: |
3 | 3 | //c:\Dev\bitbucket.webdivane.table>phpunit tests --bootstrap vendor/autoload.php |
4 | 4 | |
5 | -spl_autoload(function($class_name){ |
|
5 | +spl_autoload(function($class_name) { |
|
6 | 6 | //require './vendor/autoload.php'; |
7 | 7 | require __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . $class_name; |
8 | 8 | }); |
9 | 9 | \ No newline at end of file |