Skip to content

Commit 4aebbdb

Browse files
committed
fix bundle path, added installation documentation
1 parent 209161d commit 4aebbdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/TestKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ protected function configureContainer(ContainerConfigurator $c): void
3030

3131
protected function configureRoutes(RoutingConfigurator $routes): void
3232
{
33-
$routes->import('../config/routes.yaml');
33+
$routes->import('@HealthBundle/config/routing.yaml');
3434
}
3535
}

0 commit comments

Comments
 (0)