AmpRdf.php in Accelerated Mobile Pages (AMP) 8.3
Namespace
Drupal\Tests\amp\FunctionalFile
tests/src/Functional/AmpRdf.phpView source
<?php
namespace Drupal\Tests\amp\Functional;
use Drupal\Tests\amp\Functional\BasicTestCaseBase;
/**
* Test basic functionality of AMP Rdf.
*
* @group amp
*/
class AmpRdf extends BasicTestCaseBase {
/**
* {@inheritdoc}
*/
public static $modules = [
'rdf',
'amp',
'amp_rdf',
'node',
'metatag',
'schema_metatag',
'token',
'views',
];
}