Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Utility / NestedArrayTest.php
index 80fc7ddf33ca4c3f3df4e8754c69efae573667a3..4cdb1b62f007ecd8e8c100ab250d50a427c836d4 100644 (file)
@@ -265,7 +265,7 @@ class NestedArrayTest extends TestCase {
   public function providerTestFilter() {
     $data = [];
     $data['1d-array'] = [
-      [0, 1, '', TRUE], NULL, [1 => 1, 3 => TRUE]
+      [0, 1, '', TRUE], NULL, [1 => 1, 3 => TRUE],
     ];
     $data['1d-array-callable'] = [
       [0, 1, '', TRUE],