8000 minor #44068 Fix typos in a test message (fabpot) · symfony/symfony@0f6b07e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f6b07e

Browse files
committed
minor #44068 Fix typos in a test message (fabpot)
This PR was merged into the 5.3 branch. Discussion ---------- Fix typos in a test message | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | n/a<!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | n/a Commits ------- e7e8a5b Fix typos in a test message
2 parents 56798bd + e7e8a5b commit 0f6b07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@ public function testIfNotifierTransportsAreKnownByFrameworkExtension()
18841884

18851885
foreach ((new Finder())->in(\dirname(__DIR__, 4).'/Component/Notifier/Bridge')->directories()->depth(0)->exclude('Mercure') as $bridgeDirectory) {
18861886
$transportFactoryName = strtolower($bridgeDirectory->getFilename());
1887-
$this->assertTrue($container->hasDefinition('notifier.transport_factory.'.$transportFactoryName), sprintf('Did you forget to add the TransportFactory: "%s" to the $classToServices array in the FrameworkBundleExtension?', $bridgeDirectory->getFilename()));
1887+
$this->assertTrue($container->hasDefinition('notifier.transport_factory.'.$transportFactoryName), sprintf('Did you forget to add the "%s" TransportFactory to the $classToServices array in FrameworkExtension?', $bridgeDirectory->getFilename()));
18881888
}
18891889
}
18901890

0 commit comments

Comments
 (0)
0