summaryrefslogtreecommitdiff
path: root/ext/dba/tests/dba_ndbm.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba/tests/dba_ndbm.phpt')
-rw-r--r--ext/dba/tests/dba_ndbm.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dba/tests/dba_ndbm.phpt b/ext/dba/tests/dba_ndbm.phpt
index 74f316e190..0cd00bbab1 100644
--- a/ext/dba/tests/dba_ndbm.phpt
+++ b/ext/dba/tests/dba_ndbm.phpt
@@ -2,8 +2,8 @@
DBA NDBM handler test
--SKIPIF--
<?php
- $handler = 'ndbm';
- require_once __DIR__ .'/skipif.inc';
+ $handler = 'ndbm';
+ require_once __DIR__ .'/skipif.inc';
?>
--FILE--
<?php