Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/finder/Tests/Comparator/ComparatorTest.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
56 } | 56 } |
57 } | 57 } |
58 | 58 |
59 public function getTestData() | 59 public function getTestData() |
60 { | 60 { |
61 return array( | 61 return [ |
62 array('<', '1000', array('500', '999'), array('1000', '1500')), | 62 ['<', '1000', ['500', '999'], ['1000', '1500']], |
63 ); | 63 ]; |
64 } | 64 } |
65 } | 65 } |