hholzgra Wed Nov 27 07:56:26 2002 EDT
Added files:
/pear/PECL/uuid .cvsignore
/pear/PECL/uuid/tests 001.phpt
Log:
... missed some files ...
Index: pear/PECL/uuid/.cvsignore
+++ pear/PECL/uuid/.cvsignore
deps
*.lo
*.la
Index: pear/PECL/uuid/tests/001.phpt
+++ pear/PECL/uuid/tests/001.phpt
--TEST--
Check for uuid presence
--SKIPIF--
<?php if (!extension_loaded("uuid")) print "skip"; ?>
--POST--
--GET--
--INI--
--FILE--
<?php
echo "uuid extension is available";
/*
you can add regression tests for your extension here
the output of your test code has to be equal to the
text in the --EXPECT-- section below for the tests
to pass, differences between the output and the
expected text are interpreted as failure
see php4/README.TESTING for further information on
writing regression tests
*/
?>
--EXPECT--
uuid extension is available
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|