Issue #2680931 by alexpott: Test failures in NormalizeTest

8.2.x
Nathaniel Catchpole 2016-03-30 11:07:32 +09:00
parent fbb5236d09
commit 0f76f79c3d
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
/** /**
* @file * @file
* Contains \Drupal\Tests\hal\Kernel\EntityTest. * Contains \Drupal\Tests\hal\Kernel\EntityNormalizeTest.
*/ */
namespace Drupal\Tests\hal\Kernel; namespace Drupal\Tests\hal\Kernel;
@ -21,7 +21,7 @@ use Drupal\taxonomy\Entity\Vocabulary;
* *
* @group hal * @group hal
*/ */
class EntityTest extends NormalizerTestBase { class EntityNormalizeTest extends NormalizerTestBase {
use CommentTestTrait; use CommentTestTrait;