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