protected property TourTest::$tips in Drupal 8
Same name and namespace in other branches
- 9 core/modules/tour/tests/src/Functional/TourTest.php \Drupal\Tests\tour\Functional\TourTest::tips
- 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\FunctionalCode
protected $tips = [
'tour-test-1' => [],
];