Issue #2680931 by alexpott: Test failures in NormalizeTest
parent
fbb5236d09
commit
0f76f79c3d
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Tests\hal\Kernel\EntityTest.
|
||||
* Contains \Drupal\Tests\hal\Kernel\EntityNormalizeTest.
|
||||
*/
|
||||
|
||||
namespace Drupal\Tests\hal\Kernel;
|
||||
|
@ -21,7 +21,7 @@ use Drupal\taxonomy\Entity\Vocabulary;
|
|||
*
|
||||
* @group hal
|
||||
*/
|
||||
class EntityTest extends NormalizerTestBase {
|
||||
class EntityNormalizeTest extends NormalizerTestBase {
|
||||
|
||||
use CommentTestTrait;
|
||||
|
Loading…
Reference in New Issue