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.
 
 
 
 
 
 

12 lines
318 B

<h3>Affected Tests</h3>
<ul class="metrics">
<?php foreach ($data as $class => $test): ?>
<?php if ($test): ?>
<li>
<a title="run '<?php echo $test; ?>' tests" href="<?php echo $base ?>/test/<?php echo str_replace('\\', '/', $test); ?>"><?php echo $test ?></a>
</li>
<?php endif ?>
<?php endforeach ?>
</ul>