Issue #2570157 by cilefen: Move TableTest into right namespace
parent
238a2397bc
commit
71cd91736f
|
@ -2,10 +2,10 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\system\Tests\Theme\TableTest.
|
||||
* Contains \Drupal\system\Tests\Render\Element\TableTest.
|
||||
*/
|
||||
|
||||
namespace Drupal\system\Tests\Theme;
|
||||
namespace Drupal\system\Tests\Render\Element;
|
||||
|
||||
use Drupal\simpletest\KernelTestBase;
|
||||
|
Loading…
Reference in New Issue