Loading core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -374,7 +374,6 @@ public function testCheckNamedRouteWithUpcastedValues() { ->with('test_route_1') ->will($this->returnValue($route)); $map = []; $map[] = ['test_route_1', ['value' => 'example'], '/test-route-1/example']; $this->paramConverter = $this->createMock('Drupal\Core\ParamConverter\ParamConverterManagerInterface'); Loading Loading @@ -423,7 +422,6 @@ public function testCheckNamedRouteWithDefaultValue() { ->with('test_route_1') ->will($this->returnValue($route)); $map = []; $map[] = ['test_route_1', ['value' => 'example'], '/test-route-1/example']; $this->paramConverter = $this->createMock('Drupal\Core\ParamConverter\ParamConverterManagerInterface'); Loading Loading
core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -374,7 +374,6 @@ public function testCheckNamedRouteWithUpcastedValues() { ->with('test_route_1') ->will($this->returnValue($route)); $map = []; $map[] = ['test_route_1', ['value' => 'example'], '/test-route-1/example']; $this->paramConverter = $this->createMock('Drupal\Core\ParamConverter\ParamConverterManagerInterface'); Loading Loading @@ -423,7 +422,6 @@ public function testCheckNamedRouteWithDefaultValue() { ->with('test_route_1') ->will($this->returnValue($route)); $map = []; $map[] = ['test_route_1', ['value' => 'example'], '/test-route-1/example']; $this->paramConverter = $this->createMock('Drupal\Core\ParamConverter\ParamConverterManagerInterface'); Loading