Skip to content

Commit

Permalink
try to fix the clash
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Aug 19, 2017
1 parent a68e164 commit 94d5de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Test/WebServerListener.php
Expand Up @@ -13,7 +13,7 @@

use PHPUnit\Framework\AssertionFailedError;
use PHPUnit\Framework\Test;
use PHPUnit\Framework\TestListener;
use PHPUnit\Framework\TestListener as TestListenerInterface;
use PHPUnit\Framework\TestSuite;
use PHPUnit\Framework\Warning;

Expand All @@ -35,7 +35,7 @@ class_alias('FOS\HttpCache\Test\Legacy\WebServerListener', 'FOS\HttpCache\Test\W
* WEB_SERVER_PORT port to listen on (required)
* WEB_SERVER_DOCROOT path to the document root for the server (required)
*/
class WebServerListener implements TestListener
class WebServerListener implements TestListenerInterface
{
/** @var WebServerListenerTrait */
private $trait;
Expand Down

0 comments on commit 94d5de0

Please sign in to comment.