diff options
Diffstat (limited to 'tests/lib/share/hooktests.php')
-rw-r--r-- | tests/lib/share/hooktests.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/lib/share/hooktests.php b/tests/lib/share/hooktests.php index f980baf3574..7e6aaa259f2 100644 --- a/tests/lib/share/hooktests.php +++ b/tests/lib/share/hooktests.php @@ -25,6 +25,13 @@ namespace OC\Tests\Share; use Test\TestCase; +/** + * Class HookTests + * + * @group DB + * + * @package OC\Tests\Share + */ class HookTests extends TestCase { protected function setUp() { |