@@ -153,7 +153,7 @@ |
||
153 | 153 | */ |
154 | 154 | public function testCannotStablishConnection() |
155 | 155 | { |
156 | - $this->options["dbhost"] = "myserver"; // this server does not exists |
|
156 | + $this->options["dbhost"] = "myserver"; // this server does not exists |
|
157 | 157 | |
158 | 158 | $conn = new MySQL($this->options); |
159 | 159 |