comparison vendor/psy/psysh/test/CodeCleaner/UseStatementPassTest.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents c2387f117808
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
78 $this->assertProcessesAs($from, $to); 78 $this->assertProcessesAs($from, $to);
79 } 79 }
80 80
81 public function groupUseStatements() 81 public function groupUseStatements()
82 { 82 {
83 if (version_compare(PHP_VERSION, '7.0', '<')) { 83 if (\version_compare(PHP_VERSION, '7.0', '<')) {
84 $this->markTestSkipped(); 84 $this->markTestSkipped();
85 } 85 }
86 86
87 return [ 87 return [
88 [ 88 [