diff options
Diffstat (limited to 'ext/dba/tests/bug36436.phpt')
-rw-r--r-- | ext/dba/tests/bug36436.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/dba/tests/bug36436.phpt b/ext/dba/tests/bug36436.phpt index 19254df3c7..40cc5283cd 100644 --- a/ext/dba/tests/bug36436.phpt +++ b/ext/dba/tests/bug36436.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #36436 (DBA problem with Berkeley DB4) --SKIPIF-- -<?php +<?php $handler = 'db4'; require_once(dirname(__FILE__) .'/skipif.inc'); ?> @@ -26,8 +26,8 @@ dba_close($db); ?> ===DONE=== --CLEAN-- -<?php - require(dirname(__FILE__) .'/clean.inc'); +<?php + require(dirname(__FILE__) .'/clean.inc'); ?> --EXPECTF-- resource(%d) of type (dba persistent) |