Skip to content

Commit 8804c57

Browse files
committed
Fix copy/pasta
1 parent fe81bc1 commit 8804c57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
77
>
88
<testsuites>
9-
<testsuite name="BabDevMoneyBundle Test Suite">
9+
<testsuite name="BabDevWebSocketBundle Test Suite">
1010
<directory>./tests</directory>
1111
</testsuite>
1212
</testsuites>

src/DependencyInjection/BabDevWebSocketExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ private function registerServerConfiguration(array $mergedConfig, ContainerBuild
140140

141141
// When we have a list of connections to ping, save it to a temporary container parameter for use in our compiler pass
142142
if ([] !== $mergedConfig['server']['periodic']['dbal']['connections']) {
143-
if (!ContainerBuilder::willBeAvailable('doctrine/dbal', Connection::class, ['doctrine/doctrine-bundle', 'babdev/money-bundle'])) {
143+
if (!ContainerBuilder::willBeAvailable('doctrine/dbal', Connection::class, ['doctrine/doctrine-bundle', 'babdev/websocket-bundle'])) {
144144
throw new LogicException('To configure the connections to ping, you need the Doctrine DBAL and DoctrineBundle installed. Try running "composer require doctrine/dbal doctrine/doctrine-bundle".');
145145
}
146146

0 commit comments

Comments
 (0)