projects
/
m6w6
/
ext-psi
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
raw
| inline |
side by side
fix tests
[m6w6/ext-psi]
/
tests
/
ndbm
/
ndbm001.phpt
diff --git
a/tests/ndbm/ndbm001.phpt
b/tests/ndbm/ndbm001.phpt
index
ef6a906
..
2d60f63
100644
(file)
--- a/
tests/ndbm/ndbm001.phpt
+++ b/
tests/ndbm/ndbm001.phpt
@@
-5,7
+5,7
@@
psi.directory={PWD}:{PWD}/../../psi.d
--SKIPIF--
<?php
extension_loaded("psi") or die("skip - need ext/psi");
-
#
function_exists("psi\\dbm_open") or die("skip - need nbdm support");
+function_exists("psi\\dbm_open") or die("skip - need nbdm support");
?>
--FILE--
===TEST===