D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
cpguard
/
app
/
vendor
/
maxmind-db
/
reader
/
ext
/
tests
/
Filename :
002-final.phpt
back
Copy
--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)