diff options
Diffstat (limited to 'tests/lib/share')
-rw-r--r-- | tests/lib/share/hooktests.php | 7 | ||||
-rw-r--r-- | tests/lib/share/share.php | 5 |
2 files changed, 12 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() { diff --git a/tests/lib/share/share.php b/tests/lib/share/share.php index e8127aefe8e..fa19577cb72 100644 --- a/tests/lib/share/share.php +++ b/tests/lib/share/share.php @@ -19,6 +19,11 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ +/** + * Class Test_Share + * + * @group DB + */ class Test_Share extends \Test\TestCase { protected $itemType; |