Skip to content

Commit

Permalink
Fix interface in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brammm committed Dec 3, 2017
1 parent f92d1de commit 5add2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php

use Interop\Container\ContainerInterface;
use Interop\Http\Server\MiddlewareInterface;
use Interop\Http\Server\RequestHandlerInterface;
use mindplay\middleman\ContainerResolver;
use mindplay\middleman\Dispatcher;
use Mockery\MockInterface;
use Psr\Container\ContainerInterface;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;

Expand Down

0 comments on commit 5add2e1

Please sign in to comment.