Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / metatag / tests / src / Functional / SchemaMetatagTest.php
1 <?php
2
3 namespace Drupal\Tests\metatag\Functional;
4
5 use Drupal\Tests\schema_web_page\Functional\SchemaWebPageTest;
6
7 /**
8  * Wrapper to trigger one of the Schema.org Metatag module's tests.
9  *
10  * This will help avoid making changes to Metatag that trigger problems for
11  * separate submodules.
12  *
13  * @see https://www.drupal.org/project/metatag/issues/2994979
14  *
15  * @group metatag
16  */
17 class SchemaMetatagTest extends SchemaWebPageTest {
18   // Just run the tests as-is.
19 }