summaryrefslogtreecommitdiff
path: root/ext/db/tests/001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/db/tests/001.phpt')
-rw-r--r--ext/db/tests/001.phpt16
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/db/tests/001.phpt b/ext/db/tests/001.phpt
deleted file mode 100644
index a18e79a82b..0000000000
--- a/ext/db/tests/001.phpt
+++ /dev/null
@@ -1,16 +0,0 @@
---TEST--
-DBM File Creation Test
---SKIPIF--
-<?php if (!extension_loaded("db")) print "skip"; ?>
---FILE--
-<?php
- require_once('test.inc');
- if (dbmopen($db_file, "n") && file_exists($db_file)) {
- echo "database file created\n";
- } else {
- echo "$db_file does not exist\n";
- }
- dbmclose($db_file);
-?>
---EXPECT--
-database file created \ No newline at end of file