diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-12-18 14:32:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-18 14:32:21 +0100 |
commit | ef5c8a7d01d7b3f0041455503499ab67e2206e0d (patch) | |
tree | 66fad00b695ceb24a5a3ee7ef3185c18050f316f /phpunit.xml.dist | |
parent | 01ea7f585504fba74bd138386ca30ca4d26cfe65 (diff) | |
parent | ad880894a8dc0af97ee145f76ed10ca99e1ebf5a (diff) | |
download | wallabag-ef5c8a7d01d7b3f0041455503499ab67e2206e0d.tar.gz wallabag-ef5c8a7d01d7b3f0041455503499ab67e2206e0d.tar.zst wallabag-ef5c8a7d01d7b3f0041455503499ab67e2206e0d.zip |
Merge pull request #3515 from wallabag/php-7.2
Add PHP 7.2 compatibility
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r-- | phpunit.xml.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 591b0909..951b5a14 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist | |||
@@ -32,6 +32,6 @@ | |||
32 | </filter> | 32 | </filter> |
33 | 33 | ||
34 | <listeners> | 34 | <listeners> |
35 | <listener class="\DAMA\DoctrineTestBundle\PHPUnit\LegacyPHPUnitListener" /> | 35 | <listener class="\DAMA\DoctrineTestBundle\PHPUnit\PHPUnitListener" /> |
36 | </listeners> | 36 | </listeners> |
37 | </phpunit> | 37 | </phpunit> |