protected static property MetaInformationTest::$tokens in Thunder 6.0.x
Same name and namespace in other branches
- 8.5 tests/src/FunctionalJavascript/MetaInformationTest.php \Drupal\Tests\thunder\FunctionalJavascript\MetaInformationTest::tokens
- 8.2 tests/src/FunctionalJavascript/MetaInformationTest.php \Drupal\Tests\thunder\FunctionalJavascript\MetaInformationTest::tokens
- 8.3 tests/src/FunctionalJavascript/MetaInformationTest.php \Drupal\Tests\thunder\FunctionalJavascript\MetaInformationTest::tokens
- 8.4 tests/src/FunctionalJavascript/MetaInformationTest.php \Drupal\Tests\thunder\FunctionalJavascript\MetaInformationTest::tokens
- 6.2.x tests/src/FunctionalJavascript/MetaInformationTest.php \Drupal\Tests\thunder\FunctionalJavascript\MetaInformationTest::tokens
- 6.1.x tests/src/FunctionalJavascript/MetaInformationTest.php \Drupal\Tests\thunder\FunctionalJavascript\MetaInformationTest::tokens
List of Tokens that will be replaced with values.
Type: array
File
- tests/
src/ FunctionalJavascript/ MetaInformationTest.php, line 85
Class
- MetaInformationTest
- Testing of Meta Information.
Namespace
Drupal\Tests\thunder\FunctionalJavascriptCode
protected static $tokens = [
'[node:field_seo_title]' => 'Test SEO Title',
'[node:field_teaser_text]' => 'Test Teaser Text',
'[node:title]' => 'Test Note Title',
// For testing Media:1 is used for teaser.
'[node:field_teaser_media:entity:field_image:facebook]' => 'LIKE:/files/styles/facebook/public/2016-05/thunder.jpg?',
'[node:field_teaser_media:entity:field_image:facebook:mimetype]' => 'image/jpeg',
'[node:field_teaser_media:entity:field_image:facebook:height]' => '630',
'[node:field_teaser_media:entity:field_image:facebook:width]' => '1200',
];