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

11 lines
195 B
PHP

--TEST--
Check for stomp presence
--SKIPIF--
<?php if (!extension_loaded("stomp")) print "skip"; ?>
--FILE--
<?php
echo "stomp extension is available";
?>
--EXPECT--
stomp extension is available