We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13962b commit 914768fCopy full SHA for 914768f
tests/Ruler/Test/SetTest.php
@@ -5,8 +5,9 @@
5
use Ruler\Set;
6
use Ruler\Value;
7
use Ruler\Test\Fixtures\toStringable;
8
+use PHPUnit\Framework\TestCase;
9
-class SetTest extends \PHPUnit_Framework_TestCase
10
+class SetTest extends TestCase
11
{
12
public function testNonStringableObject()
13
0 commit comments