minor #39338 [Notifier] Fix tests with PHPUnit 9.5 (derrabus)

This PR was merged into the 5.2 branch.

Discussion
----------

[Notifier] Fix tests with PHPUnit 9.5

| Q             | A
| ------------- | ---
| Branch?       | 5.2
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | N/A
| License       | MIT
| Doc PR        | N/A

Follow-up to #39331, #39335.

#SymfonyHackday

Commits
-------

cb66c523fe [Notifier] Fix tests with PHPUnit 9.5.
This commit is contained in:
Alexander M. Turek 2020-12-05 20:09:42 +01:00
commit 09567d9990
2 changed files with 1 additions and 32 deletions

View File

@ -13,7 +13,7 @@
</php>
<testsuites>
<testsuite name="Symfony Smsapi Notifier Bridge Test Suite">
<testsuite name="Symfony LinkedIn Notifier Bridge Test Suite">
<directory>./Tests/</directory>
</testsuite>
</testsuites>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.2/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="vendor/autoload.php"
failOnRisky="true"
failOnWarning="true"
>
<php>
<ini name="error_reporting" value="-1" />
</php>
<testsuites>
<testsuite name="Symfony Zulip Notifier Bridge Test Suite">
<directory>./Tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./</directory>
<exclude>
<directory>./Resources</directory>
<directory>./Tests</directory>
<directory>./vendor</directory>
</exclude>
</whitelist>
</filter>
</phpunit>