Refactor, use a Collection

wip
This commit is contained in:
Oliver Davies 2020-02-09 14:27:12 +00:00
parent 9418ba4ee7
commit b773e0f76f
6 changed files with 174 additions and 80 deletions
fixtures/drupal7_module/src/Tests/Functional

View file

@ -0,0 +1,5 @@
<?php
namespace Drupal\{{ name }}\Tests\Functional;
class {{ test_name }} extends \DrupalWebTestCase {}