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