From eb9e9e3c005cce0ddfc12f67b63fcee6ffd2db66 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Mon, 22 Dec 2014 23:30:03 +0100 Subject: [PATCH] Issue #2392673 by Mile23: Move Drupal\Tests\Core\Utility\HtmlTest to the proper namespace --- .../Drupal/Tests/{Core => Component}/Utility/HtmlTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename core/tests/Drupal/Tests/{Core => Component}/Utility/HtmlTest.php (98%) diff --git a/core/tests/Drupal/Tests/Core/Utility/HtmlTest.php b/core/tests/Drupal/Tests/Component/Utility/HtmlTest.php similarity index 98% rename from core/tests/Drupal/Tests/Core/Utility/HtmlTest.php rename to core/tests/Drupal/Tests/Component/Utility/HtmlTest.php index cd78d2036666..a60ea902a3b7 100644 --- a/core/tests/Drupal/Tests/Core/Utility/HtmlTest.php +++ b/core/tests/Drupal/Tests/Component/Utility/HtmlTest.php @@ -2,10 +2,10 @@ /** * @file - * Contains \Drupal\Tests\Core\Utility\HtmlTest. + * Contains \Drupal\Tests\Component\Utility\HtmlTest. */ -namespace Drupal\Tests\Core\Utility; +namespace Drupal\Tests\Component\Utility; use Drupal\Component\Utility\Html; use Drupal\Tests\UnitTestCase;