Loading tests/php/unit/Event/BeforeTemplateRenderedEventTest.php +2 −0 Original line number Original line Diff line number Diff line Loading @@ -36,6 +36,8 @@ class BeforeTemplateRenderedEventTest extends TestCase { * @param bool $public * @param bool $public * @param bool $embedded * @param bool $embedded * @param string|null $tokens * @param string|null $tokens * * @dataProvider gettersDataProvider */ */ public function testGetters(bool $public, bool $embedded, ?string $tokens): void { public function testGetters(bool $public, bool $embedded, ?string $tokens): void { $event = new BeforeTemplateRenderedEvent($public, $embedded, $tokens); $event = new BeforeTemplateRenderedEvent($public, $embedded, $tokens); Loading Loading
tests/php/unit/Event/BeforeTemplateRenderedEventTest.php +2 −0 Original line number Original line Diff line number Diff line Loading @@ -36,6 +36,8 @@ class BeforeTemplateRenderedEventTest extends TestCase { * @param bool $public * @param bool $public * @param bool $embedded * @param bool $embedded * @param string|null $tokens * @param string|null $tokens * * @dataProvider gettersDataProvider */ */ public function testGetters(bool $public, bool $embedded, ?string $tokens): void { public function testGetters(bool $public, bool $embedded, ?string $tokens): void { $event = new BeforeTemplateRenderedEvent($public, $embedded, $tokens); $event = new BeforeTemplateRenderedEvent($public, $embedded, $tokens); Loading