summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/tests/pdo_021.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_sqlite/tests/pdo_021.phpt')
-rwxr-xr-xext/pdo_sqlite/tests/pdo_021.phpt20
1 files changed, 0 insertions, 20 deletions
diff --git a/ext/pdo_sqlite/tests/pdo_021.phpt b/ext/pdo_sqlite/tests/pdo_021.phpt
deleted file mode 100755
index 177bf470a2..0000000000
--- a/ext/pdo_sqlite/tests/pdo_021.phpt
+++ /dev/null
@@ -1,20 +0,0 @@
---TEST--
-PDO_SQLite: PDOStatement::execute with parameter markers.
---SKIPIF--
-<?php # vim:ft=php
-require_once('skipif.inc'); ?>
---FILE--
-<?php
-
-require_once('connection.inc');
-require_once('prepare.inc');
-
-require_once($PDO_TESTS . 'pdo_021.inc');
-
-?>
-===DONE===
-<?php exit(0); ?>
---EXPECT--
-There are 6 rows in the table.
-There are 12 rows in the table.
-===DONE===