aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2022-07-15 10:26:18 +0200
committerJan-Hendrik Willms <tleilax+github@gmail.com>2022-07-15 10:26:18 +0200
commitd1910f1b36f898443e34b33a97cf71679e26b80d (patch)
treee11c99d35f504b6ff43a2ec421cd857dabc54197 /tests/unit
parent4a66ff3c48c8388cdc164e7ba3ef26b2f4c5ec75 (diff)
add coverage docblock, re #1328
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/lib/classes/StudipControllerTest.php3
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();