TourTest::$tips

Same name in other branches
  1. 9 core/modules/tour/tests/src/Functional/TourTest.php \Drupal\Tests\tour\Functional\TourTest::tips
  2. 8.9.x core/modules/tour/tests/src/Functional/TourTest.php \Drupal\Tests\tour\Functional\TourTest::tips
  3. 10 core/modules/tour/tests/src/Functional/TourTest.php \Drupal\Tests\tour\Functional\TourTest::tips

Tour tip attributes to be tested. Keyed by the path.

An array of tip attributes, keyed by path.

Type: array

Overrides TourTestBasic::$tips

File

core/modules/tour/tests/src/Functional/TourTest.php, line 53

Class

TourTest
Tests the functionality of tour tips.

Namespace

Drupal\Tests\tour\Functional

Code

protected $tips = [
    'tour-test-1' => [],
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.