summaryrefslogtreecommitdiffstats
path: root/vendor/maxmind-db/reader/ext/tests/001-load.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/maxmind-db/reader/ext/tests/001-load.phpt')
-rw-r--r--vendor/maxmind-db/reader/ext/tests/001-load.phpt12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/maxmind-db/reader/ext/tests/001-load.phpt b/vendor/maxmind-db/reader/ext/tests/001-load.phpt
new file mode 100644
index 0000000..09810ee
--- /dev/null
+++ b/vendor/maxmind-db/reader/ext/tests/001-load.phpt
@@ -0,0 +1,12 @@
+--TEST--
+Check for maxminddb presence
+--SKIPIF--
+<?php if (!extension_loaded('maxminddb')) {
+ echo 'skip';
+} ?>
+--FILE--
+<?php
+echo 'maxminddb extension is available';
+?>
+--EXPECT--
+maxminddb extension is available