X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FDependencyInjection%2FCompiler%2FBackendCompilerPassTest.php;h=a77ad091644775080e91c7e2e70afd40c74af4b0;hp=3f8ca09bfe43e1bbd8b0fa04e2f1c1e2e1bd6f37;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php b/web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php index 3f8ca09bf..a77ad0916 100644 --- a/web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php +++ b/web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php @@ -97,7 +97,7 @@ class BackendCompilerPassTest extends UnitTestCase { * bag so the setParameter() call effects the parent container as well. * * @param $service - * @return ContainerBuilder + * @return \Symfony\Component\DependencyInjection\ContainerBuilder */ protected function getSqliteContainer($service) { $container = new ContainerBuilder(); @@ -115,7 +115,7 @@ class BackendCompilerPassTest extends UnitTestCase { * bag so the setParameter() call effects the parent container as well. * * @param $service - * @return ContainerBuilder + * @return \Symfony\Component\DependencyInjection\ContainerBuilder */ protected function getMysqlContainer($service) { $container = new ContainerBuilder();