diff options
Diffstat (limited to 'tests/RouterTest.php')
-rw-r--r-- | tests/RouterTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/RouterTest.php b/tests/RouterTest.php index f76f046..af92009 100644 --- a/tests/RouterTest.php +++ b/tests/RouterTest.php @@ -12,14 +12,14 @@ use Psr\Http\Message\StreamInterface; use Psr\Http\Message\UriInterface; use PHPUnit_Framework_MockObject_Matcher_InvokedCount as InvokedCount; -use Jasny\Router\TestHelpers; +use Jasny\TestHelper; /** * @covers Jasny\Router */ class RouterTest extends \PHPUnit_Framework_TestCase { - use TestHelpers; + use TestHelper; /** * Test creating Router |