function RouteProviderTest::__construct

Constructor for UnitTestBase.

Overrides UnitTestBase::__construct

File

drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php, line 41
Contains Drupal\system\Tests\Routing\RouteProviderTest.

Class

RouteProviderTest
Basic tests for the RouteProvider.

Namespace

Drupal\system\Tests\Routing

Code

function __construct($test_id = NULL) {
  parent::__construct($test_id);
  $this->fixtures = new RoutingFixtures();
}