Issue #2680931 by alexpott: Test failures in NormalizeTest
parent
fbb5236d09
commit
0f76f79c3d
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue