Skip to content

Commit

Permalink
fix: upgrade graham-campbell/testbench@^5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wecc committed Mar 29, 2021
1 parent 65c987d commit 0da5075
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- The new `beforeExecutionHook` hook lets your GraphQL controller (using the `HandlesGraphqlRequests` trait) inspect the schema and query before entering the execution phase.

### Fixed
- Upgrade graham-campbell/testbench@^5.6 because of breaking change in `GrahamCampbell\TestBench\AbstractPackageTestCase`.


## [5.0.0] - 2021-03-11

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"webonyx/graphql-php": "^14.3.0"
},
"require-dev": {
"graham-campbell/testbench": "^5.2",
"graham-campbell/testbench": "^5.6",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"squizlabs/php_codesniffer": "^3.4"
Expand Down
2 changes: 1 addition & 1 deletion tests/AbstractTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

abstract class AbstractTestCase extends AbstractPackageTestCase
{
protected function getServiceProviderClass($app)
protected function getServiceProviderClass()
{
return ServiceProvider::class;
}
Expand Down

0 comments on commit 0da5075

Please sign in to comment.