Skip to content

Commit 914768f

Browse files
committed
Update set test.
1 parent a13962b commit 914768f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Ruler/Test/SetTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
use Ruler\Set;
66
use Ruler\Value;
77
use Ruler\Test\Fixtures\toStringable;
8+
use PHPUnit\Framework\TestCase;
89

9-
class SetTest extends \PHPUnit_Framework_TestCase
10+
class SetTest extends TestCase
1011
{
1112
public function testNonStringableObject()
1213
{

0 commit comments

Comments
 (0)