diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 56e41c04..9504df96 100644 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -27,7 +27,7 @@ class AdminTest extends TestCase */ private $contextManager; - public function setUp(): void + protected function setUp(): void { $this->contextManager = $this->createMock(ContextManagerInterface::class); } diff --git a/tests/Resources/XliffTest.php b/tests/Resources/XliffTest.php index 5c5ccb78..e613b604 100644 --- a/tests/Resources/XliffTest.php +++ b/tests/Resources/XliffTest.php @@ -29,7 +29,7 @@ class XliffTest extends TestCase */ protected $errors = []; - public function setUp(): void + protected function setUp(): void { $this->loader = new XliffFileLoader(); }