Issue #2392673 by Mile23: Move Drupal\Tests\Core\Utility\HtmlTest to the proper namespace
parent
e6afbff457
commit
eb9e9e3c00
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @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\Component\Utility\Html;
|
||||||
use Drupal\Tests\UnitTestCase;
|
use Drupal\Tests\UnitTestCase;
|
Loading…
Reference in New Issue