PK
Current Path : /home/wallqcyy/www/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/ |
Current File : /home/wallqcyy/www/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/001-load.phpt |
--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