mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-23 19:39:10 -04:00
ALPHA 3.0.2a
This commit is contained in:
2
vendor/psy/psysh/test/Util/MirrorTest.php
vendored
2
vendor/psy/psysh/test/Util/MirrorTest.php
vendored
@@ -36,7 +36,7 @@ class MirrorTest extends \PHPUnit\Framework\TestCase
|
||||
$this->assertInstanceOf('ReflectionObject', $refl);
|
||||
|
||||
$refl = Mirror::get($this, 'FOO');
|
||||
if (version_compare(PHP_VERSION, '7.1.0', '>=')) {
|
||||
if (\version_compare(PHP_VERSION, '7.1.0', '>=')) {
|
||||
$this->assertInstanceOf('ReflectionClassConstant', $refl);
|
||||
} else {
|
||||
$this->assertInstanceOf('Psy\Reflection\ReflectionClassConstant', $refl);
|
||||
|
||||
Reference in New Issue
Block a user