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 f247649 commit f9b0af0Copy full SHA for f9b0af0
.github/workflows/tests.yml
@@ -46,4 +46,4 @@ jobs:
46
composer update --prefer-dist --no-progress
47
48
- name: Run PHPUnit tests
49
- run: vendor/bin/simple-phpunit --verbose
+ run: vendor/bin/phpunit
composer.json
@@ -16,7 +16,7 @@
16
"psr/container": "^1.1 || ^2.0"
17
},
18
"require-dev": {
19
- "symfony/phpunit-bridge": "^5.4@dev"
+ "phpunit/phpunit": "^9.5"
20
21
"autoload": {
22
"psr-0": { "Pimple": "src/" }
phpunit.xml.dist
@@ -11,8 +11,4 @@
11
<directory>./src/Pimple/Tests</directory>
12
</testsuite>
13
</testsuites>
14
-
15
- <listeners>
- <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
- </listeners>
</phpunit>
0 commit comments