mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-16 04:58:25 -04:00
ALPHA 3.0.2a
This commit is contained in:
Vendored
+1
-1
@@ -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