@@ -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 | |
@@ -29,7 +29,8 @@ |
||
| 29 | 29 | /** |
| 30 | 30 | * @covers Table::prepare |
| 31 | 31 | */ |
| 32 | - public function testprepare(){ |
|
| 32 | + public function testprepare() |
|
| 33 | + { |
|
| 33 | 34 | var_dump(dirname(__DIR__)); |
| 34 | 35 | $this->assertSame(Table::$pageExt, null); |
| 35 | 36 | //var_dump('passed'); |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -spl_autoload_register(function($class) { |
|
| 2 | +spl_autoload_register(function($class) { |
|
| 3 | 3 | if($class !== 'PHPUnit_Framework_TestSuite.php') { |
| 4 | 4 | include dirname(__DIR__).'/'.$class.'.php'; |
| 5 | 5 | } |