Further modules included.
[yaffs-website] / web / modules / contrib / better_formats / src / Tests / BetterFormatsTermTest.php
1 <?php
2
3 namespace Drupal\better_formats\Tests;
4
5 use Drupal\taxonomy\Tests\TermTest;
6
7 /**
8  * Copy of TermTest.
9  *
10  * @group better_formats
11  */
12 class BetterFormatsTermTest extends TermTest {
13
14   /**
15    * Modules to enable.
16    *
17    * @var array
18    */
19   public static $modules = ['better_formats'];
20
21   /**
22    * {@inheritdoc}
23    */
24   function setUp() {
25     parent::setUp();
26   }
27 }