We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de47f36 commit 8102c4bCopy full SHA for 8102c4b
composer.json
@@ -36,7 +36,8 @@
36
"phpunit/phpunit": "^7.5.1",
37
"phpstan/phpstan": "^0.12.25",
38
"beberlei/porpaginas": "^1.2",
39
- "php-coveralls/php-coveralls": "^2.1.0"
+ "php-coveralls/php-coveralls": "^2.1.0",
40
+ "symfony/phpunit-bridge": "^5.1"
41
},
42
"scripts": {
43
"phpstan": "phpstan analyse GraphqliteBundle.php DependencyInjection/ Controller/ Resources/ Security/ -c phpstan.neon --level=7 --no-progress"
phpunit.xml.dist
@@ -33,4 +33,8 @@
33
<log type="coverage-html" target="build/coverage"/>
34
<log type="coverage-clover" target="build/logs/clover.xml"/>
35
</logging>
+
+ <listeners>
+ <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"/>
+ </listeners>
</phpunit>
0 commit comments