Refactor, use a Collection
wip
This commit is contained in:
parent
9418ba4ee7
commit
b773e0f76f
6 changed files with 174 additions and 80 deletions
|
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
namespace Drupal\{{ name }}\Tests\Functional;
|
||||
|
||||
class {{ test_name }} extends \DrupalWebTestCase {}
|
||||
Reference in a new issue