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