Skip to content

Commit

Permalink
Fix orchestra testbench
Browse files Browse the repository at this point in the history
View the resolved discussion about it:
orchestral/testbench-core#88 (review)
  • Loading branch information
Daniel de Wit committed Nov 20, 2022
1 parent 330d31a commit cf3a67b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Integration/AbstractIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ abstract class AbstractIntegrationTest extends TestCase
use MakesGraphQLRequests;
use RefreshDatabase;

/**
* @var Application
*/
protected $app;

/**
* @param Application $app
* @return string[]
Expand Down

0 comments on commit cf3a67b

Please sign in to comment.