minor #39462 [Mailer] Rename testsuites (OskarStark)

This PR was merged into the 4.4 branch.

Discussion
----------

[Mailer] Rename testsuites

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | ---
| License       | MIT
| Doc PR        | ---

to stay consistent with other bridges.

Commits
-------

9ebfa6034a [Mailer] Rename testsuites
This commit is contained in:
Maxime Steinhausser 2020-12-11 15:08:28 +01:00
commit 79b4c64e09
2 changed files with 2 additions and 2 deletions

View File

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

View File

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