Skip to content

Commit 39f378e

Browse files
committed
Fixed type in tests: Testcase -> TestCase
1 parent 5f5c811 commit 39f378e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Executor/ValuesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use GraphQL\Type\Definition\Type;
1111
use GraphQL\Type\Schema;
1212

13-
class ValuesTest extends \PHPUnit_Framework_Testcase {
13+
class ValuesTest extends \PHPUnit_Framework_TestCase {
1414

1515
public function testGetIDVariableValues()
1616
{

0 commit comments

Comments
 (0)