aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-29 10:27:09 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-29 10:27:09 +0000
commitf530ef20c0f55cbc17f81d9f3468f6152c416341 (patch)
tree3bef7cda72712032103140d3a6985e9597ea830c /tests
parent96bca3ad8e3e9c4e6abd15b8d126fa35b5cd9176 (diff)
fixes #4228
Closes #4228 Merge request studip/studip!3059
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/lib/flexi/FactoryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/lib/flexi/FactoryTest.php b/tests/unit/lib/flexi/FactoryTest.php
index 2df9f6a..f8b9b87 100644
--- a/tests/unit/lib/flexi/FactoryTest.php
+++ b/tests/unit/lib/flexi/FactoryTest.php
@@ -108,7 +108,7 @@ final class FactoryTestCase extends \Codeception\Test\Unit
public function testShouldRespondToAddedHandlers()
{
$handler = new class('', $this->factory) extends Flexi\Template {
- public function _render(): string
+ protected function _render(): string
{
return '';
}