protected property TourTestBasic::$tips in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/tour/src/Tests/TourTestBasic.php \Drupal\tour\Tests\TourTestBasic::tips
Tour tip attributes to be tested. Keyed by the path.
An array of tip attributes, keyed by path.
protected $tips = array(
'/foo/bar' => array(
array('data-id' => 'foo'),
array('data-class' => 'bar'),
),
);
Type: array
File
- core/
modules/ tour/ src/ Tests/ TourTestBasic.php, line 30 - Contains \Drupal\tour\Tests\TourTestBasic.
Class
- TourTestBasic
- Simple tour tips test base.
Namespace
Drupal\tour\TestsCode
protected $tips = array();