@@ -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(){ |