comparison vendor/psy/psysh/test/SudoTest.php @ 4:a9cd425dd02b

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:11:55 +0000
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
3:307d7a7fd348 4:a9cd425dd02b
15 15
16 class SudoTest extends \PHPUnit\Framework\TestCase 16 class SudoTest extends \PHPUnit\Framework\TestCase
17 { 17 {
18 public function setUp() 18 public function setUp()
19 { 19 {
20 if (version_compare(PHP_VERSION, '7.1.0', '<')) { 20 if (\version_compare(PHP_VERSION, '7.1.0', '<')) {
21 $this->markTestSkipped('YOLO'); 21 $this->markTestSkipped('YOLO');
22 } 22 }
23 } 23 }
24 24
25 public function testFetchProperty() 25 public function testFetchProperty()