public function TourPluginTest::testTourPlugins

Test tour plugins.

File

drupal/core/modules/tour/lib/Drupal/tour/Tests/TourPluginTest.php, line 49
Contains \Drupal\tour\Tests\TourPluginTest.

Class

TourPluginTest
Tests tour plugin functionality.

Namespace

Drupal\tour\Tests

Code

public function testTourPlugins() {
  $this
    ->assertIdentical(count($this->pluginManager
    ->getDefinitions()), 1, 'Only tour plugins for the enabled modules were returned.');
}