metatag-8.x-1.x-dev/metatag_dc/tests/src/Functional/TagsTest.php
metatag_dc/tests/src/Functional/TagsTest.php
<?php
namespace Drupal\Tests\metatag_dc\Functional;
use Drupal\Tests\metatag\Functional\TagsTestBase;
/**
* Tests that each of the Dublin Core tags work correctly.
*
* @group metatag
*/
class TagsTest extends TagsTestBase {
/**
* {@inheritdoc}
*/
protected static $modules = ['metatag_dc'];
}
