Add groups to lesson tests
This commit is contained in:
parent
acaabb14ca
commit
2b2a9facea
2 changed files with 6 additions and 0 deletions
web/modules/custom/example/tests/src
|
@ -5,6 +5,9 @@ namespace Drupal\Tests\example\Functional;
|
|||
use Drupal\Tests\BrowserTestBase;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
/**
|
||||
* @group lessons
|
||||
*/
|
||||
class BlogPageTest extends BrowserTestBase {
|
||||
|
||||
protected $defaultTheme = 'stark';
|
||||
|
|
|
@ -7,6 +7,9 @@ use Drupal\example\Repository\PostNodeRepository;
|
|||
use Drupal\KernelTests\Core\Entity\EntityKernelTestBase;
|
||||
use Drupal\node\NodeInterface;
|
||||
|
||||
/**
|
||||
* @group lessons
|
||||
*/
|
||||
class PostNodeRepositoryTest extends EntityKernelTestBase {
|
||||
|
||||
protected static $modules = ['node', 'example'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue