@@ -3,10 +3,13 @@ |
||
| 3 | 3 | /** |
| 4 | 4 | <?php if ($function->isGlobal()): ?> |
| 5 | 5 | * Covers the global function "<?= $function->getName() ?>". |
| 6 | -<?php else: ?> |
|
| 6 | +<?php else { |
|
| 7 | + : ?> |
|
| 7 | 8 | * @covers \<?= $function->getParentNode()->getParentNode()->getFullNameFor($function->getParentNode()->getName()) ?>::<?= $function->getName() ?> |
| 8 | 9 | |
| 9 | -<?php endif; ?> |
|
| 10 | +<?php endif; |
|
| 11 | +} |
|
| 12 | +?> |
|
| 10 | 13 | */ |
| 11 | 14 | public function test<?= ucfirst($function->getName()) ?>() |
| 12 | 15 | { |