mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-02-12 08:18:41 +00:00
fix tests
This commit is contained in:
parent
fe1f845df6
commit
6b8f3d4000
|
|
@ -60,7 +60,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<div class="portlet-head"><?= $this->getHtml('App'); ?></div>
|
<div class="portlet-head"><?= $this->getHtml('App'); ?></div>
|
||||||
<div class="portlet-body">
|
<div class="portlet-body">
|
||||||
<form>
|
<form>
|
||||||
<select>
|
<select name="app">
|
||||||
<?php foreach ($apps as $app) : ?>
|
<?php foreach ($apps as $app) : ?>
|
||||||
<option><?= $this->printHtml($app->name); ?>
|
<option><?= $this->printHtml($app->name); ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
<?php declare(strict_types=1);
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
// Modules/tests
|
// Modules/tests
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user