Skip to content

Commit

Permalink
change the use namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Nov 3, 2017
1 parent 7a12c99 commit b11ee56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Travis/EncrypterTest/IntegrationTest.php
Expand Up @@ -2,12 +2,13 @@

namespace Travis\EncrypterTest;

use PHPUnit\Framework\TestCase;
use Travis\Encrypter\Client;
use Travis\Encrypter\Encrypter;
use Travis\Encrypter\Request;
use Travis\Encrypter\Response;

class IntegrationTest extends \PHPUnit_Framework_TestCase
class IntegrationTest extends TestCase
{
protected $client;
protected $errorClient;
Expand Down

0 comments on commit b11ee56

Please sign in to comment.