mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-02-11 10:09:24 +03:00
Fixed type in tests: Testcase -> TestCase
This commit is contained in:
parent
5f5c8118c0
commit
39f378ece7
@ -10,7 +10,7 @@ use GraphQL\Type\Definition\ObjectType;
|
|||||||
use GraphQL\Type\Definition\Type;
|
use GraphQL\Type\Definition\Type;
|
||||||
use GraphQL\Type\Schema;
|
use GraphQL\Type\Schema;
|
||||||
|
|
||||||
class ValuesTest extends \PHPUnit_Framework_Testcase {
|
class ValuesTest extends \PHPUnit_Framework_TestCase {
|
||||||
|
|
||||||
public function testGetIDVariableValues()
|
public function testGetIDVariableValues()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user