Add empty test
This commit is contained in:
parent
99d4311eb6
commit
e6caccc1b4
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Drupal\Tests\example\Kernel\Builder;
|
||||||
|
|
||||||
|
use Drupal\KernelTests\Core\Entity\EntityKernelTestBase;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @group lessons
|
||||||
|
*/
|
||||||
|
final class PostBuilderTest extends EntityKernelTestBase {
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue