Skip to content

Commit

Permalink
Remove deprecated testcase implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
samnela committed Oct 22, 2018
1 parent 9aec7eb commit cfea701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
namespace Tests;

use Illuminate\Http\JsonResponse;
use PHPUnit\Framework\TestCase;

class ResponseTest extends \PHPUnit_Framework_TestCase
class ResponseTest extends TestCase
{
/** @test */
public function it_returns_a_response()
Expand Down

0 comments on commit cfea701

Please sign in to comment.