TourTestBasic::$tips
Tour tip attributes to be tested. Keyed by the path.
An array of tip attributes, keyed by path.
protected $tips = [
  '/foo/bar' => [
    ['data-id' => 'foo'],
    ['data-class' => 'bar'],
  ],
];
  
  Type: array
File
- 
              core/
modules/ tour/ tests/ src/ Functional/ TourTestBasic.php, line 27  
Class
- TourTestBasic
 - Simple tour tips test base.
 
Namespace
Drupal\Tests\tour\FunctionalCode
protected $tips = [];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.