Completed
Push — master ( 6fd059...47e338 )
by Darío
04:29
created
test/Db/Driver/MySQLTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.