drupal-module-generator/fixtures/drupal7_module/src/Tests/Functional/ExampleTest.php

6 lines
112 B
PHP
Raw Normal View History

2020-02-09 14:27:12 +00:00
<?php
namespace Drupal\{{ name }}\Tests\Functional;
2020-02-09 18:40:26 +00:00
final class {{ test_name }} extends \DrupalWebTestCase {}