summaryrefslogtreecommitdiffstats
path: root/tests/xpass.phpt
blob: e30ce541c08d3273db12d4fc19c9a4580e4bfa77 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Check if xpass is loaded
--EXTENSIONS--
xpass
--FILE--
<?php
echo 'The extension "xpass" is available';
?>
--EXPECT--
The extension "xpass" is available