pecl-tools-stomp/tests/001-stomp.phpt

11 lines
195 B
Plaintext
Raw Permalink Normal View History

2009-10-30 04:28:16 +03:00
--TEST--
2009-11-07 06:53:33 +03:00
Check for stomp presence
2009-10-30 04:28:16 +03:00
--SKIPIF--
<?php if (!extension_loaded("stomp")) print "skip"; ?>
--FILE--
2009-11-07 06:53:33 +03:00
<?php
echo "stomp extension is available";
2009-10-30 04:28:16 +03:00
?>
--EXPECT--
2009-11-07 06:53:33 +03:00
stomp extension is available