Skip to content

Commit 6aef7e8

Browse files
1 parent ea82106 commit 6aef7e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/pdo_mysql/tests/pdo_mysql_last_insert_id.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ $db = MySQLPDOTest::factory();
2222
printf("[002] MySQL does not support sequences, expecting '0'/string got '%s'/%s\n",
2323
var_export($tmp, true), gettype($tmp));
2424

25-
$db->exec('DROP TABLE IF EXISTS test_pdo_mysql_last_insert_id');
26-
if ('0' !== ($tmp = $db->lastInsertId()))
27-
printf("[003] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
28-
2925
$db->exec(sprintf('CREATE TABLE test_pdo_mysql_last_insert_id(id INT, col1 CHAR(10)) ENGINE=%s', PDO_MYSQL_TEST_ENGINE));
3026
if ('0' !== ($tmp = $db->lastInsertId()))
3127
printf("[004] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));

0 commit comments

Comments
 (0)