You are here

protected static property MetaInformationTest::$globalMetaTags in Thunder 8.5

Same name and namespace in other branches
  1. 8.2 tests/src/FunctionalJavascript/MetaInformationTest.php \Drupal\Tests\thunder\FunctionalJavascript\MetaInformationTest::globalMetaTags
  2. 8.3 tests/src/FunctionalJavascript/MetaInformationTest.php \Drupal\Tests\thunder\FunctionalJavascript\MetaInformationTest::globalMetaTags
  3. 8.4 tests/src/FunctionalJavascript/MetaInformationTest.php \Drupal\Tests\thunder\FunctionalJavascript\MetaInformationTest::globalMetaTags
  4. 6.2.x tests/src/FunctionalJavascript/MetaInformationTest.php \Drupal\Tests\thunder\FunctionalJavascript\MetaInformationTest::globalMetaTags
  5. 6.0.x tests/src/FunctionalJavascript/MetaInformationTest.php \Drupal\Tests\thunder\FunctionalJavascript\MetaInformationTest::globalMetaTags
  6. 6.1.x tests/src/FunctionalJavascript/MetaInformationTest.php \Drupal\Tests\thunder\FunctionalJavascript\MetaInformationTest::globalMetaTags

Meta tag configuration that will be set for Global meta tags.

Type: array

File

tests/src/FunctionalJavascript/MetaInformationTest.php, line 29

Class

MetaInformationTest
Testing of Meta Information.

Namespace

Drupal\Tests\thunder\FunctionalJavascript

Code

protected static $globalMetaTags = [
  'basic title' => 'Global Title',
  'basic keywords' => 'Thunder,CMS,Burda',
  'basic abstract' => '[random]',
  'basic description' => '[random]',
];