summaryrefslogtreecommitdiffstats
path: root/tests/ControllerTest.php
diff options
context:
space:
mode:
authorArnold Daniels <arnold@jasny.net>2017-02-09 14:58:17 +0100
committerArnold Daniels <arnold@jasny.net>2017-02-09 14:58:17 +0100
commitb3628e20a477ea0cc132f752378866a4172dbd93 (patch)
tree57b21ce3941b93aea581b19ee57b55641d8ba5a1 /tests/ControllerTest.php
parent75ab132381ac2e9fc97daae680410e8cb3d292c3 (diff)
downloadcontroller-b3628e20a477ea0cc132f752378866a4172dbd93.zip
controller-b3628e20a477ea0cc132f752378866a4172dbd93.tar.gz
controller-b3628e20a477ea0cc132f752378866a4172dbd93.tar.bz2
Fixup after rebase
Diffstat (limited to 'tests/ControllerTest.php')
-rw-r--r--tests/ControllerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ControllerTest.php b/tests/ControllerTest.php
index b980d48..b0f357f 100644
--- a/tests/ControllerTest.php
+++ b/tests/ControllerTest.php
@@ -5,14 +5,14 @@ namespace Jasny;
use Jasny\Controller;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Message\ResponseInterface;
-use Jasny\Controller\TestHelper;
+use Jasny\Controller\TestHelper as ControllerTestHelper;
/**
* @covers Jasny\Controller
*/
class ControllerTest extends \PHPUnit_Framework_TestCase
{
- use TestHelper;
+ use ControllerTestHelper;
/**
* Test running controller