function ParamConverterManagerTest::setUp

Overrides UnitTestCase::setUp

File

core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php, line 28

Class

ParamConverterManagerTest
@coversDefaultClass \Drupal\Core\ParamConverter\ParamConverterManager[[api-linebreak]] @group ParamConverter

Namespace

Drupal\Tests\Core\ParamConverter

Code

protected function setUp() : void {
  parent::setUp();
  $this->manager = new ParamConverterManager();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.