Skip to content

Commit 92ee378

Browse files
committed
Remove @group DB annotation
@group DB is only a workaround. The actual problem is the cyclic dependency to IDBConnection introduced by OCP\Collaboration\Resources\IManager Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent c9b3e7a commit 92ee378

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/lib/Route/RouterTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
/**
3030
* Class RouterTest
3131
*
32-
* @group DB
33-
*
3432
* @package Test\Route
3533
*/
3634
class RouterTest extends TestCase {

tests/lib/UrlGeneratorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
/**
1616
* Class UrlGeneratorTest
1717
*
18-
* @group DB
19-
*
2018
* @package Test
2119
*/
2220
class UrlGeneratorTest extends \Test\TestCase {

0 commit comments

Comments
 (0)