mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-30 04:29:01 +01:00
add test case
This commit is contained in:
parent
0245146134
commit
cdbd9cb938
9
tests/000-load.phpt
Normal file
9
tests/000-load.phpt
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
--TEST--
|
||||||
|
Check for php-uv presence
|
||||||
|
--SKIPIF--
|
||||||
|
<?php if (!extension_loaded("uv")) print "skip"; ?>
|
||||||
|
--FILE--
|
||||||
|
<?php
|
||||||
|
echo "uv extension is available";
|
||||||
|
--EXPECT--
|
||||||
|
uv extension is available
|
Loading…
Reference in New Issue
Block a user