diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2022-07-15 10:26:18 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2022-07-15 10:26:18 +0200 |
| commit | d1910f1b36f898443e34b33a97cf71679e26b80d (patch) | |
| tree | e11c99d35f504b6ff43a2ec421cd857dabc54197 /tests | |
| parent | 4a66ff3c48c8388cdc164e7ba3ef26b2f4c5ec75 (diff) | |
add coverage docblock, re #1328
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unit/lib/classes/StudipControllerTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/lib/classes/StudipControllerTest.php b/tests/unit/lib/classes/StudipControllerTest.php index 2b25bc4..0eea671 100644 --- a/tests/unit/lib/classes/StudipControllerTest.php +++ b/tests/unit/lib/classes/StudipControllerTest.php @@ -182,6 +182,9 @@ final class StudipControllerTest extends Codeception\Test\Unit $this->getController()->relocate(...$args); } + /** + * @covers StudipController::get_assigned_variables + */ public function testVariableAssignment(): void { $controller = $this->getController(); |
