Skip to content
Snippets Groups Projects
Commit d1910f1b authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

add coverage docblock, re #1328

parent 4a66ff3c
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment