You are here

protected property TourTest::$tips in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/tour/src/Tests/TourTest.php \Drupal\tour\Tests\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/src/Tests/TourTest.php, line 40
Contains \Drupal\tour\Tests\TourTest.

Class

TourTest
Tests the functionality of tour tips.

Namespace

Drupal\tour\Tests

Code

protected $tips = array(
  'tour-test-1' => array(),
);