@@ -143,7 +143,7 @@ |
||
| 143 | 143 | */ |
| 144 | 144 | public function testCannotStablishConnection() |
| 145 | 145 | { |
| 146 | - $this->options["dbhost"] = "myserver"; // this server does not exists |
|
| 146 | + $this->options["dbhost"] = "myserver"; // this server does not exists |
|
| 147 | 147 | $this->options["auto_connect"] = false; |
| 148 | 148 | |
| 149 | 149 | $conn = new MySQL($this->options); |