add few tools
This commit is contained in:
13
.hta_lib/maxmind-db-reader/ext/tests/002-final.phpt
Normal file
13
.hta_lib/maxmind-db-reader/ext/tests/002-final.phpt
Normal file
@@ -0,0 +1,13 @@
|
||||
--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)
|
||||
Reference in New Issue
Block a user