diff options
author | Christopher Jones <sixd@php.net> | 2010-03-05 00:23:26 +0000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2010-03-05 00:23:26 +0000 |
commit | 7b329d5afccd36a66100b9940a750d2ca9297027 (patch) | |
tree | 38d34f64844bfc5c8e2d682fd10bf3fb7441dcca /ext/dba/tests/dba_sync.phpt | |
parent | 4db5175f54d4f7a47fef067a285fd867ab495315 (diff) | |
download | php-git-7b329d5afccd36a66100b9940a750d2ca9297027.tar.gz |
DBA tests: cleanup and sycn. Add new Berkeley DB 4 tests
Diffstat (limited to 'ext/dba/tests/dba_sync.phpt')
-rw-r--r-- | ext/dba/tests/dba_sync.phpt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/dba/tests/dba_sync.phpt b/ext/dba/tests/dba_sync.phpt index 2234b3d520..e0906eeeef 100644 --- a/ext/dba/tests/dba_sync.phpt +++ b/ext/dba/tests/dba_sync.phpt @@ -31,11 +31,13 @@ if (($db_file=dba_open($db_filename, "n", $handler))!==FALSE) { echo "Error creating database\n"; } -require_once(dirname(__FILE__) .'/clean.inc'); - ?> ===DONE=== <?php exit(0); ?> +--CLEAN-- +<?php + require(dirname(__FILE__) .'/clean.inc'); +?> --EXPECTF-- database handler: flatfile 2YY |