DefaultTags |
tests/src/Functional/DefaultTags.php |
Verify that the configured defaults load as intended. |
DisabledDefaultTags |
tests/src/Functional/DisabledDefaultTags.php |
Verify that disabled metatag defaults do not load. |
EnsureDevelWebProfilerWorks |
tests/src/Functional/EnsureDevelWebProfilerWorks.php |
Verify that enabling WebProfiler won't cause the site to blow up. |
EnsureDevelWorks |
tests/src/Functional/EnsureDevelWorks.php |
Verify that enabling Devel won't cause the site to blow up. |
MaintenanceMode |
tests/src/Functional/MaintenanceMode.php |
Verify handling of maintenance mode pages. |
MetatagAdminTest |
tests/src/Functional/MetatagAdminTest.php |
Tests the Metatag administration. |
MetatagConfigTranslationTest |
tests/src/Functional/MetatagConfigTranslationTest.php |
Ensures that the Metatag config translations work correctly. |
MetatagCustomRouteTest |
tests/src/Functional/MetatagCustomRouteTest.php |
Tests custom route integration. |
MetatagFieldNodeTest |
tests/src/Functional/MetatagFieldNodeTest.php |
Ensures that the Metatag field works correctly on nodes. |
MetatagFieldTermTest |
tests/src/Functional/MetatagFieldTermTest.php |
Ensures that the Metatag field works correctly on taxonomy terms. |
MetatagFieldTestBase |
tests/src/Functional/MetatagFieldTestBase.php |
Base class for ensuring that the Metatag field works correctly. |
MetatagFieldTestTest |
tests/src/Functional/MetatagFieldTestTest.php |
Ensure that the Metatag field works correctly for the test entity. |
MetatagFieldUserTest |
tests/src/Functional/MetatagFieldUserTest.php |
Ensures that the Metatag field works correctly on users. |
MetatagForumTest |
tests/src/Functional/MetatagForumTest.php |
Ensures that meta tags are rendering correctly on forum pages. |
MetatagFrontpageTest |
tests/src/Functional/MetatagFrontpageTest.php |
Ensures that meta tags are rendering correctly on home page. |
MetatagHelperTrait |
tests/src/Functional/MetatagHelperTrait.php |
Misc helper functions for the automated tests. |
MetatagIntegrationTest |
tests/src/Functional/MetatagIntegrationTest.php |
Ensures that the Metatag hook_metatags_attachments_alter() works. |
MetatagNodeTranslationTest |
tests/src/Functional/MetatagNodeTranslationTest.php |
Ensures that meta tag values are translated correctly on nodes. |
MetatagPanelizerTest |
tests/src/Functional/MetatagPanelizerTest.php |
Verify that the JSON output from core works as intended. |
MetatagStringTest |
tests/src/Functional/MetatagStringTest.php |
Ensures that the Metatag field works correctly. |
MetatagTagsTest |
tests/src/Functional/MetatagTagsTest.php |
Tests that each of the Metatag base tags work correctly. |
MetatagTagsTestBase |
tests/src/Functional/MetatagTagsTestBase.php |
Base class to test all of the meta tags that are in a specific module. |
MetatagTagTypesTest |
tests/src/Functional/MetatagTagTypesTest.php |
Verify that different meta tag API options are supported. |
MetatagTokenStatus |
tests/src/Functional/MetatagTokenStatus.php |
Test the token status for metatag. |
MetatagTokenTest |
tests/src/Functional/MetatagTokenTest.php |
Verify that metatag token generation is working. |
MetatagXssTest |
tests/src/Functional/MetatagXssTest.php |
Ensures that meta tags do not allow xss vulnerabilities. |
NodeJsonOutput |
tests/src/Functional/NodeJsonOutput.php |
Verify that the JSON output from core works as intended. |
NodeTranslation |
tests/src/Functional/NodeTranslation.php |
Verify that node translation form works. |
RemoveCoreMetaTags |
tests/src/Functional/RemoveCoreMetaTags.php |
Ensures that meta tags output by core are removed if we are overriding them. |
WithRedirect |
tests/src/Functional/WithRedirect.php |
Tests the Metatag administration when Redirect is installed. |