public function RouterTest::testOfType in Drupal 7 to 8/9 Module Upgrader 8
File
- tests/
src/ Unit/ Routing/ Drupal7/ RouterTest.php, line 26
Class
- RouterTest
- @group DMU.Routing
Namespace
Drupal\Tests\drupalmoduleupgrader\Unit\Routing\Drupal7Code
public function testOfType() {
$this
->assertCount(8, $this->router
->ofType('MENU_LOCAL_TASK, MENU_DEFAULT_LOCAL_TASK'));
}