Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit f99aa57

Browse files
committed
Adds missing import statement in test case
1 parent 84dc641 commit f99aa57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Container/RequestHandlerRunnerFactoryTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
namespace ZendTest\Expressive\Container;
1111

1212
use PHPUnit\Framework\TestCase;
13+
use Prophecy\Argument;
1314
use Psr\Container\ContainerInterface;
1415
use Psr\Http\Message\ResponseInterface;
1516
use Psr\Http\Message\ServerRequestInterface;

0 commit comments

Comments
 (0)