From 524f7998545f77504323bea22dcca8229c4f486d Mon Sep 17 00:00:00 2001 From: Alex Rock Ancelet Date: Mon, 29 Nov 2021 16:07:36 +0100 Subject: [PATCH] Followup of TestContainer issue --- .../Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.stub | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stubs/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.stub b/stubs/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.stub index 4b3d6b35..88654f6c 100644 --- a/stubs/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.stub +++ b/stubs/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.stub @@ -8,4 +8,9 @@ abstract class KernelTestCase * @var TestContainer */ protected static $container; + + /** + * @return TestContainer + */ + abstract public function getContainer(); }