comparison vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/default.phpt @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
23 23
24 class Test 24 class Test
25 { 25 {
26 public static function getGroups() 26 public static function getGroups()
27 { 27 {
28 return []; 28 return array();
29 } 29 }
30 } 30 }
31 EOPHP 31 EOPHP
32 ); 32 );
33 33