-
-
Notifications
You must be signed in to change notification settings - Fork 466
Closed
Labels
enhancementA feature or improvementA feature or improvementlumenConcerns compatibility with LumenConcerns compatibility with Lumen
Description
I am using lumen 6.0 and php 7.2 added MakesGraphQLRequests to TestCase and when I try $this->postGraphQL() this returns an error: Call to undefined method ExampleTest::postJson()
So I override the methods in TestCase and changed the return to Response and not TestResponse because lumen doesn't have Illuminate\Foundation
In place of $this->postJson() I made $this->post()
And now Work
Metadata
Metadata
Assignees
Labels
enhancementA feature or improvementA feature or improvementlumenConcerns compatibility with LumenConcerns compatibility with Lumen