fix tests

This commit is contained in:
Dennis Eichhorn 2022-10-08 21:34:59 +02:00
parent fe1f845df6
commit 6b8f3d4000
2 changed files with 3 additions and 2 deletions

View File

@ -60,7 +60,7 @@ echo $this->getData('nav')->render(); ?>
<div class="portlet-head"><?= $this->getHtml('App'); ?></div>
<div class="portlet-body">
<form>
<select>
<select name="app">
<?php foreach ($apps as $app) : ?>
<option><?= $this->printHtml($app->name); ?>
<?php endforeach; ?>

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
// Modules/tests