forgot to tell phpunit which files is being covered, stupid copy'n'paste

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-10-28 09:00:04 +01:00
parent e0a195e3bc
commit ce2722d429

View File

@@ -4,7 +4,7 @@ use PHPUnit\Framework\TestCase;
/** /**
* @covers ApiCommand * @covers ApiCommand
* @covers ApiParameter * @covers ApiParameter
* @covers IpsAndPorts * @covers Cronjobs
*/ */
class CronjobsTest extends TestCase class CronjobsTest extends TestCase
{ {