[Mailer] Rename testsuites

to stay consistent with other bridges
This commit is contained in:
Oskar Stark 2020-12-11 13:57:10 +01:00
parent 150d8506e4
commit 9ebfa6034a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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