projects
/
m6w6
/
ext-pq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
0a54274
)
fix test
author
Michael Wallner
<mike@php.net>
Thu, 11 Sep 2014 14:40:46 +0000
(16:40 +0200)
committer
Michael Wallner
<mike@php.net>
Thu, 11 Sep 2014 14:40:46 +0000
(16:40 +0200)
tests/conv001.phpt
patch
|
blob
|
history
diff --git
a/tests/conv001.phpt
b/tests/conv001.phpt
index 7340c49eb6aea5d86e7370cfa23a5be179086560..65328c3bb1b630022eac2d8deed75a452cbf0c05 100644
(file)
--- a/
tests/conv001.phpt
+++ b/
tests/conv001.phpt
@@
-3,6
+3,9
@@
converter
--SKIPIF--
<?php
include "_skipif.inc";
+if (!pq\Types::DEFINED) {
+ die("skip pq\\Types::DEFINED == false\n");
+}
?>
--FILE--
<?php