summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-12-25 23:52:31 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-12-26 00:21:44 +0100
commitf8d0a7c5b00a58c646871e355b5876dcc5890be5 (patch)
treeaac6a43cb88e3d803da5809ab37885b41bc811c6 /tests
parent75eea1681eb75af40cfc5eaffe85338a93871ff0 (diff)
Updated translation / Formatting / Test
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/ServiceProviderTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/ServiceProviderTest.php b/tests/Unit/ServiceProviderTest.php
index dc58a65e..149e28f8 100644
--- a/tests/Unit/ServiceProviderTest.php
+++ b/tests/Unit/ServiceProviderTest.php
@@ -3,8 +3,8 @@
namespace Engelsystem\Test\Unit;
use Engelsystem\Application;
+use PHPUnit\Framework\MockObject\Matcher\InvokedRecorder;
use PHPUnit\Framework\TestCase;
-use PHPUnit_Framework_MockObject_Matcher_InvokedRecorder as InvokedRecorder;
use PHPUnit_Framework_MockObject_MockObject as MockObject;
abstract class ServiceProviderTest extends TestCase