File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/002-final.phpt.tar
httpdocs/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/002-final.phpt 0000644 00000000411 15155720426 0033743 0 ustar 00 var/www/vhosts/uyarreklam.com.tr --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)