From ce2722d42916c00e05d2dc20dc7f989ca16a9e5b Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sun, 28 Oct 2018 09:00:04 +0100 Subject: [PATCH] forgot to tell phpunit which files is being covered, stupid copy'n'paste Signed-off-by: Michael Kaufmann --- tests/Cronjobs/CronjobsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Cronjobs/CronjobsTest.php b/tests/Cronjobs/CronjobsTest.php index f0e6c1ae..7097f4e8 100644 --- a/tests/Cronjobs/CronjobsTest.php +++ b/tests/Cronjobs/CronjobsTest.php @@ -4,7 +4,7 @@ use PHPUnit\Framework\TestCase; /** * @covers ApiCommand * @covers ApiParameter - * @covers IpsAndPorts + * @covers Cronjobs */ class CronjobsTest extends TestCase {