| Current Path : /var/www/homesaver/www/bitrix/modules/main/vendor/maxmind-db/reader/ext/tests/ |
| Current File : /var/www/homesaver/www/bitrix/modules/main/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