Skip to content

Commit fff16c4

Browse files
authored
Merge pull request #32 from gabriel-caruso/phpunit
[1.0] Use PSR-1 in PHPunit TestCase
2 parents 203978f + 635e3d6 commit fff16c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TinkerCasterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
namespace Tests;
44

5-
use PHPUnit_Framework_TestCase;
5+
use PHPUnit\Framework\TestCase;
66
use Laravel\Tinker\TinkerCaster;
77
use Illuminate\Support\Collection;
88

9-
class TinkerCasterTest extends PHPUnit_Framework_TestCase
9+
class TinkerCasterTest extends TestCase
1010
{
1111
public function testCanCastCollection()
1212
{

0 commit comments

Comments
 (0)