trying a different approach to get that exception 70 triggered reliably

pull/1014/head
El RIDO 2022-11-06 07:53:43 +01:00
parent bde7a19971
commit 14075cea78
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 1 additions and 1 deletions

View File

@ -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();