Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-06-12 11:52:48 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-07-05 14:02:16 +0300
commit0bff4f3f07a52e063abe5a50a9ef3ec3bb131e51 (patch)
tree0a3d3734642a1d76ebfd539328862cf63746f64d /tests/lib/InstallerTest.php
parent4e5cd1efea7c522ebd763dd3b96eb5f8c0e8407b (diff)
Fix the installer tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/lib/InstallerTest.php')
-rw-r--r--tests/lib/InstallerTest.php6
1 files changed, 6 insertions, 0 deletions
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';