summaryrefslogtreecommitdiff
path: root/ext/phar/tests/001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/001.phpt')
-rw-r--r--ext/phar/tests/001.phpt12
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/phar/tests/001.phpt b/ext/phar/tests/001.phpt
new file mode 100644
index 0000000000..1205e4e1aa
--- /dev/null
+++ b/ext/phar/tests/001.phpt
@@ -0,0 +1,12 @@
+--TEST--
+Phar::apiVersion
+--SKIPIF--
+<?php if (!extension_loaded("phar")) die("skip"); ?>
+--FILE--
+<?php
+var_dump(Phar::apiVersion());
+?>
+===DONE===
+--EXPECT--
+string(5) "1.1.1"
+===DONE===