diff --git a/composer.json b/composer.json index ce92ac1..dabf1cd 100644 --- a/composer.json +++ b/composer.json @@ -23,10 +23,8 @@ } }, "autoload-dev": { - "classmap": [ - "tests/" - ], - "files": [ - ] + "psr-4": { + "GraphQL\\Tests\\": "tests/" + } } } diff --git a/tests/Executor/AbstractTest.php b/tests/Executor/AbstractTest.php index 378810f..3540256 100644 --- a/tests/Executor/AbstractTest.php +++ b/tests/Executor/AbstractTest.php @@ -1,8 +1,8 @@ assertEquals($expectedDefaultSelection, $actualDefaultSelection); $this->assertEquals($expectedDeepSelection, $actualDeepSelection); } -} \ No newline at end of file +} diff --git a/tests/Type/ScalarSerializationTest.php b/tests/Type/ScalarSerializationTest.php index 80ef84b..83af55d 100644 --- a/tests/Type/ScalarSerializationTest.php +++ b/tests/Type/ScalarSerializationTest.php @@ -1,5 +1,5 @@