You are here

protected property TagsTest::$validTags in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/Common/TagsTest.php \Drupal\Tests\Core\Common\TagsTest::validTags

File

core/tests/Drupal/Tests/Core/Common/TagsTest.php, line 20
Contains \Drupal\Tests\Core\Common\TagsTest.

Class

TagsTest
Tests explosion and implosion of autocomplete tags.

Namespace

Drupal\Tests\Core\Common

Code

protected $validTags = array(
  'Drupal' => 'Drupal',
  'Drupal with some spaces' => 'Drupal with some spaces',
  '"Legendary Drupal mascot of doom: ""Druplicon"""' => 'Legendary Drupal mascot of doom: "Druplicon"',
  '"Drupal, although it rhymes with sloopal, is as awesome as a troopal!"' => 'Drupal, although it rhymes with sloopal, is as awesome as a troopal!',
);