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

Commit 4c393f1

Browse files
committed
Use namespaced PHPUnit import
1 parent 7d89900 commit 4c393f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Exception/MiddlewareNotCallableExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace ZendTest\Mvc;
1111

12-
use PHPUnit_Framework_TestCase as TestCase;
12+
use PHPUnit\Framework\TestCase;
1313
use Zend\Mvc\Exception\MiddlewareNotCallableException;
1414

1515
final class MiddlewareNotCallableExceptionTest extends TestCase

test/Exception/ReachedFinalHandlerExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace ZendTest\Mvc;
1111

12-
use PHPUnit_Framework_TestCase as TestCase;
12+
use PHPUnit\Framework\TestCase;
1313
use Zend\Mvc\Exception\ReachedFinalHandlerException;
1414

1515
final class ReachedFinalHandlerExceptionTest extends TestCase

0 commit comments

Comments
 (0)