X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FCommon%2FDiffArrayTest.php;h=407fa5becede500bfc1a1bde3f9cb52631dde77e;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=2493ab511d57d6f51e2bf7a8f4fab9cb8e2a7032;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php b/web/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php index 2493ab511..407fa5bec 100644 --- a/web/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php +++ b/web/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php @@ -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)); } }