@@ -12,9 +12,9 @@ |
||
| 12 | 12 | |
| 13 | 13 | namespace chillerlan\DatabaseTest\Drivers; |
| 14 | 14 | |
| 15 | +use chillerlan\DatabaseTest\TestAbstract; |
|
| 15 | 16 | use chillerlan\Database\DBResult; |
| 16 | 17 | use chillerlan\Database\Drivers\DBDriverInterface; |
| 17 | -use chillerlan\DatabaseTest\TestAbstract; |
|
| 18 | 18 | |
| 19 | 19 | abstract class DriverTestAbstract extends TestAbstract{ |
| 20 | 20 | |
@@ -172,7 +172,7 @@ |
||
| 172 | 172 | * @expectedExceptionMessage sql error: |
| 173 | 173 | */ |
| 174 | 174 | public function testMultiCallbackSQLError(){ |
| 175 | - $this->DBDriver->multi_callback($this->SQL_RAW_ERROR, [[0]], function(){return [];}); |
|
| 175 | + $this->DBDriver->multi_callback($this->SQL_RAW_ERROR, [[0]], function(){return []; }); |
|
| 176 | 176 | } |
| 177 | 177 | |
| 178 | 178 | public function testMultiCallback(){ |