We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a862c commit 5541efdCopy full SHA for 5541efd
spec/Plugin/AddPathPluginSpec.php
@@ -63,7 +63,7 @@ function it_removes_ending_slashes(
63
$uri->getPath()->shouldBeCalled()->willReturn('/users');
64
65
$this->beConstructedWith($host);
66
- $this->handleRequest($request, function () {}, function () {});
+ $this->handleRequest($request, PluginStub::next(), function () {});
67
}
68
69
public function it_throws_exception_on_empty_path(UriInterface $host)
0 commit comments