Skip to content

Commit ab7d787

Browse files
committed
[Notifier] Move abstract test cases to namespace
This enables BC promise for the abstract test classes, like for other ones. As we ignore current `/Tests` directory in `.gitattributes`, builds will fail if `symfony/notifier` is installed as dist.
1 parent 4d5649f commit ab7d787

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/TransportFactoryTestCase.php renamed to Test/TransportFactoryTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Notifier\Tests;
12+
namespace Symfony\Component\Notifier\Test;
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\Notifier\Exception\IncompleteDsnException;

Tests/TransportTestCase.php renamed to Test/TransportTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Notifier\Tests;
12+
namespace Symfony\Component\Notifier\Test;
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\Notifier\Exception\UnsupportedMessageTypeException;

0 commit comments

Comments
 (0)