PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
plugins
/
woocommerce
/
vendor
/
maxmind-db
/
reader
/
ext
/
tests
--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)
[+]
..
[-] 003-open-basedir.phpt
[edit]
[-] 001-load.phpt
[edit]
[-] 002-final.phpt
[edit]