Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 91811c8

Browse files
committed
Remove legacy group from test, add missing space
1 parent 16fa082 commit 91811c8

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

UPGRADE-6.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ FrameworkBundle
4141
FrameworkBundle
4242
---------------
4343

44-
* Deprecate the `notifier.logger_notification_listener` service, use the `notifier.notification_logger_listener` service instead
44+
* Deprecate the `notifier.logger_notification_listener` service, use the `notifier.notification_logger_listener` service instead
4545

4646
HttpKernel
4747
----------

src/Symfony/Bundle/FrameworkBundle/Tests/Functional/NotificationTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,13 @@
1111

1212
namespace Symfony\Bundle\FrameworkBundle\Tests\Functional;
1313

14-
use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait;
15-
1614
final class NotificationTest extends AbstractWebTestCase
1715
{
18-
use ExpectDeprecationTrait;
19-
2016
/**
2117
* @requires function \Symfony\Bundle\MercureBundle\MercureBundle::build
22-
*
23-
* @group legacy
2418
*/
2519
public function testNotifierAssertion()
2620
{
27-
$this->expectDeprecation('Since symfony/framework-bundle 6.3: The "notifier.logger_notification_listener" service is deprecated, use "notifier.notification_logger_listener" instead.');
28-
2921
$client = $this->createClient(['test_case' => 'Notifier', 'root_config' => 'config.yml', 'debug' => true]);
3022
$client->request('GET', '/send_notification');
3123

0 commit comments

Comments
 (0)