Skip to content

Commit

Permalink
Merge pull request #26 from jakzal/phpunit-globals-update
Browse files Browse the repository at this point in the history
Migrate to the latest version of phpunit-globals
  • Loading branch information
jakzal authored Feb 10, 2020
2 parents 6490a39 + 42780d6 commit 4160c0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"symfony/config": "^3.4 || ^4.4 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.4 || ^5.0",
"zalas/phpunit-globals": "^1.0",
"zalas/phpunit-globals": "^2.0",
"symfony/framework-bundle": "^3.4 || ^4.4 || ^5.0",
"zalas/phpunit-doubles": "^1.2",
"phpspec/prophecy": "^1.9"
Expand Down
6 changes: 3 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
</testsuite>
</testsuites>

<listeners>
<listener class="Zalas\PHPUnit\Globals\AnnotationListener" />
</listeners>
<extensions>
<extension class="Zalas\PHPUnit\Globals\AnnotationExtension" />
</extensions>

<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
Expand Down

0 comments on commit 4160c0e

Please sign in to comment.