From 97d9a7b2aeaa2c0d5775aede019feaeffc5dd0f3 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Fri, 10 Mar 2017 15:05:26 +0000 Subject: [PATCH] Issue #2548061 by hussainweb, alexpott, klausi, Crell, dawehner, Berdir: Fix Drupal\Tests\accept_header_routing_teste\Unit\Routing\AcceptHeaderMatcherTest::testNoRouteFound --- .../Drupal/Tests/Core/Routing}/AcceptHeaderMatcherTest.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename core/{modules/system/tests/modules/accept_header_routing_test/tests/Unit => tests/Drupal/Tests/Core/Routing}/AcceptHeaderMatcherTest.php (96%) diff --git a/core/modules/system/tests/modules/accept_header_routing_test/tests/Unit/AcceptHeaderMatcherTest.php b/core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php similarity index 96% rename from core/modules/system/tests/modules/accept_header_routing_test/tests/Unit/AcceptHeaderMatcherTest.php rename to core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php index 16bb08f4ac8..9b2e277213c 100644 --- a/core/modules/system/tests/modules/accept_header_routing_test/tests/Unit/AcceptHeaderMatcherTest.php +++ b/core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php @@ -1,9 +1,8 @@