comparison vendor/psy/psysh/test/Util/DocblockTest.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 5fb285c0d0e3
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
39 } 39 }
40 } 40 }
41 41
42 public function comments() 42 public function comments()
43 { 43 {
44 if (defined('HHVM_VERSION')) { 44 if (\defined('HHVM_VERSION')) {
45 $this->markTestSkipped('We have issues with PHPUnit mocks on HHVM.'); 45 $this->markTestSkipped('We have issues with PHPUnit mocks on HHVM.');
46 } 46 }
47 47
48 return [ 48 return [
49 ['', '', []], 49 ['', '', []],