Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 89ae25ca authored by Georg Ehrke's avatar Georg Ehrke
Browse files

fixup! Add Event to allow other apps to register custom scripts

parent 21169384
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -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);