Skip to content

Commit ca5a482

Browse files
1 parent 7f997b9 commit ca5a482

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ $db = MySQLPDOTest::factory();
100100
$stmt = prepex(4, $db, 'SELECT 1 as "one"');
101101
var_dump($stmt->fetch(PDO::FETCH_ASSOC));
102102

103-
prepex(5, $db, 'DROP TABLE IF EXISTS test_prepare_emulated');
104103
prepex(6, $db, sprintf('CREATE TABLE test_prepare_emulated(id INT, label CHAR(255)) ENGINE=%s', PDO_MYSQL_TEST_ENGINE));
105104
prepex(7, $db, "INSERT INTO test_prepare_emulated(id, label) VALUES(1, ':placeholder')");
106105
$stmt = prepex(8, $db, 'SELECT label FROM test_prepare_emulated');

0 commit comments

Comments
 (0)