mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-23 11:29:10 -04:00
ALPHA 3.0.2a
This commit is contained in:
2
vendor/psy/psysh/test/SudoTest.php
vendored
2
vendor/psy/psysh/test/SudoTest.php
vendored
@@ -17,7 +17,7 @@ class SudoTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public function setUp()
|
||||
{
|
||||
if (version_compare(PHP_VERSION, '7.1.0', '<')) {
|
||||
if (\version_compare(PHP_VERSION, '7.1.0', '<')) {
|
||||
$this->markTestSkipped('YOLO');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user