Generate a new test case

This commit is contained in:
Oliver Davies 2020-02-09 18:40:26 +00:00
parent b773e0f76f
commit 8a6b3c5e78
4 changed files with 60 additions and 16 deletions
fixtures/drupal7_module/src/Tests/Functional

View file

@ -2,4 +2,4 @@
namespace Drupal\{{ name }}\Tests\Functional;
class {{ test_name }} extends \DrupalWebTestCase {}
final class {{ test_name }} extends \DrupalWebTestCase {}