aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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 '';
}