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 9da2f86 commit 13bcb44Copy full SHA for 13bcb44
spec/ClassDiscoverySpec.php
@@ -47,7 +47,7 @@ function it_throws_an_exception_when_binding_not_found(Discovery $discovery)
47
{
48
$discovery->findBindings('InvalidBinding')->willReturn([]);
49
50
- $this->shouldThrow('Http\Discovery\NotFoundException')->duringFindOneByType('InvalidBinding');
+ $this->shouldThrow('Http\Discovery\Exception\NotFoundException')->duringFindOneByType('InvalidBinding');
51
}
52
53
function it_returns_a_class_binding(Discovery $discovery, ClassBinding $binding)
0 commit comments