function let(TranslatorInterface $translator, ThemeContextInterface $themeContext)
 {
     $translator->implement(TranslatorBagInterface::class);
     $this->beConstructedWith($translator, $themeContext);
 }
예제 #2
0
 function let(TranslatorInterface $translator, ThemeContextInterface $themeContext, ThemeHierarchyProviderInterface $themeHierarchyProvider)
 {
     $translator->implement(TranslatorBagInterface::class);
     $this->beConstructedWith($translator, $themeContext, $themeHierarchyProvider);
 }