oont-contents/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/003-open-basedir.phpt
2025-02-08 15:10:23 +01:00

12 lines
226 B
PHP

--TEST--
openbase_dir is followed
--INI--
open_basedir=/--dne--
--FILE--
<?php
use MaxMind\Db\Reader;
$reader = new Reader('/usr/local/share/GeoIP/GeoIP2-City.mmdb');
?>
--EXPECTREGEX--
.*open_basedir restriction in effect.*