Explorar o código

trying a different approach to get that exception 70 triggered reliably

El RIDO %!s(int64=3) %!d(string=hai) anos
pai
achega
14075cea78
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tst/ModelTest.php

+ 1 - 1
tst/ModelTest.php

@@ -270,7 +270,7 @@ class ModelTest extends PHPUnit_Framework_TestCase
             $options['model_options']['pwd'],
             $options['model_options']['opt']
         );
-        $statement = $db->prepare('DROP TABLE comment');
+        $statement = $db->prepare('ALTER TABLE comment DROP COLUMN data');
         $statement->execute();
         $statement->closeCursor();