Skip to content

Commit 4160c0e

Browse files
authored
Merge pull request #26 from jakzal/phpunit-globals-update
Migrate to the latest version of phpunit-globals
2 parents 6490a39 + 42780d6 commit 4160c0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"symfony/config": "^3.4 || ^4.4 || ^5.0",
1313
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.0",
1414
"symfony/http-kernel": "^3.4 || ^4.4 || ^5.0",
15-
"zalas/phpunit-globals": "^1.0",
15+
"zalas/phpunit-globals": "^2.0",
1616
"symfony/framework-bundle": "^3.4 || ^4.4 || ^5.0",
1717
"zalas/phpunit-doubles": "^1.2",
1818
"phpspec/prophecy": "^1.9"

phpunit.xml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
</testsuite>
1515
</testsuites>
1616

17-
<listeners>
18-
<listener class="Zalas\PHPUnit\Globals\AnnotationListener" />
19-
</listeners>
17+
<extensions>
18+
<extension class="Zalas\PHPUnit\Globals\AnnotationExtension" />
19+
</extensions>
2020

2121
<filter>
2222
<whitelist processUncoveredFilesFromWhitelist="true">

0 commit comments

Comments
 (0)