Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jahudka committed Jun 27, 2018
1 parent 4b7fcba commit f44c098
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions tests/UtilsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

namespace Jahudka\FakturoidSDK\Tests;



use Jahudka\FakturoidSDK\Utils;


class UtilsTest extends TestCase {

public function testToCamelCase() {
Expand Down

0 comments on commit f44c098

Please sign in to comment.