Skip to content

Commit

Permalink
Try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaillard committed Jul 6, 2016
1 parent 1445fa7 commit 6b781bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/php/Gomoob/Pushwoosh/Client/CURLClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@

use Gomoob\Pushwoosh\Exception\PushwooshException;

use PHPUnit\Framework\TestCase;

/**
* Test case used to test the <code>Pushwoosh</code> class.
*
* @author Baptiste GAILLARD ([email protected])
* @group CURLClientTest
*/
class CURLClientTest extends TestCase
class CURLClientTest extends \PHPUnit_Framework_TestCase
{
/**
* Test method for the `pushwooshCall($method, arra $data)` function.
Expand Down

0 comments on commit 6b781bc

Please sign in to comment.