summaryrefslogtreecommitdiff
path: root/ext/dba/tests/dba_lmdb.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba/tests/dba_lmdb.phpt')
-rw-r--r--ext/dba/tests/dba_lmdb.phpt10
1 files changed, 4 insertions, 6 deletions
diff --git a/ext/dba/tests/dba_lmdb.phpt b/ext/dba/tests/dba_lmdb.phpt
index 3ca8bfeb07..a97244bf36 100644
--- a/ext/dba/tests/dba_lmdb.phpt
+++ b/ext/dba/tests/dba_lmdb.phpt
@@ -7,12 +7,11 @@ DBA LMDB handler test
?>
--FILE--
<?php
- $handler = 'lmdb';
- require_once __DIR__ .'/test.inc';
- $lock_flag = ''; // lock in library
- require_once __DIR__ .'/dba_handler.inc';
+ $handler = 'lmdb';
+ require_once __DIR__ .'/test.inc';
+ $lock_flag = ''; // lock in library
+ require_once __DIR__ .'/dba_handler.inc';
?>
-===DONE===
--CLEAN--
<?php
require_once __DIR__ .'/clean.inc';
@@ -35,4 +34,3 @@ array(3) {
["key5"]=>
string(23) "The last content string"
}
-===DONE===