better_formats-8.x-1.x-dev/src/Tests/BetterFormatsTermTest.php
src/Tests/BetterFormatsTermTest.php
<?php
namespace Drupal\better_formats\Tests;
use Drupal\Tests\taxonomy\Functional\TermTest;
/**
* Copy of TermTest.
*
* @group better_formats
*/
class BetterFormatsTermTest extends TermTest {
/**
* Modules to enable.
*
* @var array
*/
protected static $modules = ['better_formats'];
}
