function HttpMethodMatcherTest::__construct

Constructor for UnitTestBase.

Overrides UnitTestBase::__construct

File

drupal/core/modules/system/lib/Drupal/system/Tests/Routing/HttpMethodMatcherTest.php, line 42
Definition of Drupal\system\Tests\Routing\HttpMethodMMatcherTest.

Class

HttpMethodMatcherTest
Basic tests for the HttpMethodMatcher class.

Namespace

Drupal\system\Tests\Routing

Code

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