Issue #2392673 by Mile23: Move Drupal\Tests\Core\Utility\HtmlTest to the proper namespace

8.0.x
Alex Pott 2014-12-22 23:30:03 +01:00
parent e6afbff457
commit eb9e9e3c00
1 changed files with 2 additions and 2 deletions

View File

@ -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;