소스 검색

trying a different approach to get that exception 70 triggered reliably

El RIDO 3 년 전
부모
커밋
14075cea78
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();