Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Common / DiffArrayTest.php
index 2493ab511d57d6f51e2bf7a8f4fab9cb8e2a7032..407fa5becede500bfc1a1bde3f9cb52631dde77e 100644 (file)
@@ -66,7 +66,7 @@ class DiffArrayTest extends UnitTestCase {
       'new' => 'new',
     ];
 
-    $this->assertSame(DiffArray::diffAssocRecursive($this->array1, $this->array2), $expected);
+    $this->assertSame($expected, DiffArray::diffAssocRecursive($this->array1, $this->array2));
   }
 
 }