?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext

?? Viewing: 002-final.phpt

--TEST--
Check that Reader class is not final
--SKIPIF--
<?php if (!extension_loaded('maxminddb')) {
    echo 'skip';
} ?>
--FILE--
<?php
$reflectionClass = new \ReflectionClass('MaxMind\Db\Reader');
var_dump($reflectionClass->isFinal());
?>
--EXPECT--
bool(false)


??

??