diff options
Diffstat (limited to 'tests/lib/repair/dropoldtables.php')
-rw-r--r-- | tests/lib/repair/dropoldtables.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/repair/dropoldtables.php b/tests/lib/repair/dropoldtables.php index 244d8837949..6ece8cf04d5 100644 --- a/tests/lib/repair/dropoldtables.php +++ b/tests/lib/repair/dropoldtables.php @@ -11,6 +11,8 @@ namespace Test\Repair; /** * Tests for the dropping old tables * + * @group DB + * * @see \OC\Repair\DropOldTables */ class DropOldTables extends \Test\TestCase { |