Issue #2570157 by cilefen: Move TableTest into right namespace

8.0.x
Alex Pott 2015-10-18 04:55:52 -07:00
parent 238a2397bc
commit 71cd91736f
1 changed files with 2 additions and 2 deletions

View File

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