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

6 lines
106 B
PHP
Raw Normal View History

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