diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-27 10:50:21 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-27 10:50:21 +0200 |
commit | d4ff70e6cd95010bbe47f9a5a81a19bdae52e241 (patch) | |
tree | 3271a8fee984854524f79987cdcf21e3d6289fe6 /tests/xpass.phpt | |
parent | 1c8bfa97ff1976f212b07e3dc30b78eac60b253d (diff) |
start development
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 |