You are here

protected property TourTest::$tips in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/tour/tests/src/Functional/TourTest.php \Drupal\Tests\tour\Functional\TourTest::tips
  2. 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 48

Class

TourTest
Tests the functionality of tour tips.

Namespace

Drupal\Tests\tour\Functional

Code

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