Skip to content

Commit

Permalink
[BUILD] Use phpunit 8 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Jul 31, 2019
2 parents 94b4582 + a06fbb8 commit 626d2b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Expand Up @@ -34,7 +34,7 @@ public function testLoadDefault(): void
$this->assertContainerBuilderHasService(TablePrefixEventListener::class);
}

protected function getContainerExtensions()
protected function getContainerExtensions(): array
{
return [
new Core23DoctrineExtension(),
Expand Down
3 changes: 0 additions & 3 deletions vendor-bin/phpstan/composer.json
Expand Up @@ -8,8 +8,5 @@
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpstan/phpstan-symfony": "^0.11"
},
"conflict": {
"phpunit/phpunit": ">=8.0"
}
}
4 changes: 2 additions & 2 deletions vendor-bin/test/composer.json
@@ -1,7 +1,7 @@
{
"require": {
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
"phpunit/phpunit": "^7.4",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"phpunit/phpunit": "^8.2",
"symfony/phpunit-bridge": "^4.1"
}
}

0 comments on commit 626d2b8

Please sign in to comment.