You are here

public function TaxonomyMenuTest::testTaxonomyMenu in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 modules/taxonomy_menu/Tests/Controller/TaxonomyMenuTest.php \Drupal\taxonomy_menu\Tests\TaxonomyMenuTest::testTaxonomyMenu()

Tests taxonomy_menu functionality.

File

modules/taxonomy_menu/Tests/Controller/TaxonomyMenuTest.php, line 37
Contains Drupal\taxonomy_menu\Tests\TaxonomyMenu.

Class

TaxonomyMenuTest
Provides automated tests for the taxonomy_menu module.

Namespace

Drupal\taxonomy_menu\Tests

Code

public function testTaxonomyMenu() {

  // Check that the basic functions of module taxonomy_menu.
  $this
    ->assertEqual(TRUE, TRUE, 'Test Unit Generated via App Console.');
}