Skip to content

Commit

Permalink
Merge pull request #1 from samnela/remove-deprecated-testcase
Browse files Browse the repository at this point in the history
Remove deprecated testcase implementation
  • Loading branch information
dees040 authored Oct 23, 2018
2 parents 9aec7eb + cfea701 commit 53a87a3
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 53a87a3

Please sign in to comment.