From 0bff4f3f07a52e063abe5a50a9ef3ec3bb131e51 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 12 Jun 2017 10:52:48 +0200 Subject: Fix the installer tests Signed-off-by: Joas Schilling --- tests/lib/InstallerTest.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests') diff --git a/tests/lib/InstallerTest.php b/tests/lib/InstallerTest.php index a31c8826bd9..107b9dcb41f 100644 --- a/tests/lib/InstallerTest.php +++ b/tests/lib/InstallerTest.php @@ -19,6 +19,12 @@ use OCP\IConfig; use OCP\ILogger; use OCP\ITempManager; +/** + * Class InstallerTest + * + * @package Test + * @group DB + */ class InstallerTest extends TestCase { private static $appid = 'testapp'; -- cgit v1.2.3