diff --git a/tests/Bootstrap/AppManangerTest.php b/tests/Bootstrap/AppManangerTest.php index 75c8523..c17eca0 100644 --- a/tests/Bootstrap/AppManangerTest.php +++ b/tests/Bootstrap/AppManangerTest.php @@ -27,6 +27,7 @@ class AppManangerTest extends TestCase $container->expects($this->atLeast(4))->method('call')->withConsecutive( [$callableResolver->resolve(Providers\ConfigProvider::class)], [$callableResolver->resolve(Providers\FinderProvider::class)], + [$callableResolver->resolve(Providers\TranslationProvider::class)], [$callableResolver->resolve(Providers\TwigProvider::class)], [$callableResolver->resolve(Providers\WhoopsProvider::class)], );