diff options
Diffstat (limited to 'tests/xpass.phpt')
-rw-r--r-- | tests/xpass.phpt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/xpass.phpt b/tests/xpass.phpt new file mode 100644 index 0000000..e30ce54 --- /dev/null +++ b/tests/xpass.phpt @@ -0,0 +1,10 @@ +--TEST-- +Check if xpass is loaded +--EXTENSIONS-- +xpass +--FILE-- +<?php +echo 'The extension "xpass" is available'; +?> +--EXPECT-- +The extension "xpass" is available |