8000 minor #40670 [FrameworkBundle] fix test (xabbuh) · symfony/symfony@f9e38df · GitHub
[go: up one dir, main page]

Skip to content

Commit f9e38df

Browse files
minor #40670 [FrameworkBundle] fix test (xabbuh)
This PR was merged into the 5.2 branch. Discussion ---------- [FrameworkBundle] fix test | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #40668 | License | MIT | Doc PR | Commits ------- 3de5b38 fix test
2 parents 6608880 + 3de5b38 commit f9e38df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/MicroKernelTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ protected function configureRoutes(RoutingConfigurator $routes): void
136136
};
137137

138138
$this->expectException(\LogicException::class);
139-
$this->expectExceptionMessage('"Symfony\Bundle\FrameworkBundle\Tests\Kernel\MinimalKernel@anonymous" uses "Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait", but does not implement the required method "protected function configureContainer(ContainerConfigurator $c): void".');
139+
$this->expectExceptionMessage('"Symfony\Bundle\FrameworkBundle\Tests\Kernel\MinimalKernel@anonymous" uses "Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait", but does not implement the required method "protected function configureContainer(ContainerConfigurator $container): void".');
140140

141141
$kernel->boot();
142142
}

0 commit comments

Comments
 (0)
0