Skip to content

Commit

Permalink
Merge pull request #4 from thecodingmachine/dependabot/composer/phpun…
Browse files Browse the repository at this point in the history
…it/phpunit-tw-7.5.1or-tw-8.0.0

Update phpunit/phpunit requirement from ^7.5.1 to ^7.5.1 || ^8.0.0
  • Loading branch information
moufmouf committed Mar 9, 2020
2 parents f51de63 + 5eb6482 commit f3b2d39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -21,7 +21,7 @@
"webonyx/graphql-php": "^0.13.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5.1",
"phpunit/phpunit": "^8.0.0",
"phpstan/phpstan": "^0.12.14",
"symfony/cache": "^4.2.7",
"php-coveralls/php-coveralls": "^2.1"
Expand Down
4 changes: 2 additions & 2 deletions tests/Integration/IntegrationTest.php
Expand Up @@ -23,7 +23,7 @@ class IntegrationTest extends TestCase
*/
private $schema;

public function setUp()
public function setUp(): void
{
$schemaFactory = new SchemaFactory(new ArrayCache(), new BasicAutoWiringContainer(new EmptyContainer()));
$schemaFactory->addControllerNamespace('TheCodingMachine\GraphQLite\Types\Fixtures');
Expand All @@ -36,7 +36,7 @@ public function setUp()
$this->schema = $schemaFactory->createSchema();
}

public function testEndToEnd()
public function testEndToEnd(): void
{
$this->schema->assertValid();

Expand Down

0 comments on commit f3b2d39

Please sign in to comment.