You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/tests/templates/index.php

11 lines
254 B

<?php foreach($_['tests'] as $name=>$results):?>
<h2><?php echo $name;?></h2>
<ul>
<?php foreach($results as $test=>$result):?>
<li>
<b><?php echo $test;?></b>
<?php echo $result;?>
</il>
<?php endforeach ?>
</ul>
<?php endforeach ?>