Passed
Push — master ( d50cb5...ad15ea )
by Darío
01:48
created
test/Db/Driver/MySQLTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.