From f44c098d4be977d5c207216b2aede03e06a42314 Mon Sep 17 00:00:00 2001 From: danik Date: Wed, 27 Jun 2018 20:46:18 +0200 Subject: [PATCH] fix tests --- tests/TestCase.php | 4 ++-- tests/UtilsTest.php | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index f3a0b10..d9ec66f 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -6,9 +6,9 @@ use GuzzleHttp\Client; use GuzzleHttp\Handler\MockHandler; use GuzzleHttp\HandlerStack; +use PHPUnit\Framework; - -abstract class TestCase extends \PHPUnit_Framework_TestCase { +abstract class TestCase extends Framework\TestCase { /** * @param array $responses diff --git a/tests/UtilsTest.php b/tests/UtilsTest.php index c895145..3171ee1 100644 --- a/tests/UtilsTest.php +++ b/tests/UtilsTest.php @@ -2,10 +2,9 @@ namespace Jahudka\FakturoidSDK\Tests; - - use Jahudka\FakturoidSDK\Utils; + class UtilsTest extends TestCase { public function testToCamelCase() {