diff options
author | Daniel Rudolf <github.com@daniel-rudolf.de> | 2021-07-01 16:36:00 +0200 |
---|---|---|
committer | Daniel Rudolf <github.com@daniel-rudolf.de> | 2021-07-01 16:39:26 +0200 |
commit | 1e5962ae98ba43a68fc33967aea30a1645f9bf17 (patch) | |
tree | e609dfb88c1f8b6a4e4fb60cd643a9ba22da7cd1 /tests | |
parent | 15a445f743ccf3bcdff69bf09e55367568411c36 (diff) | |
download | nextcloud-server-1e5962ae98ba43a68fc33967aea30a1645f9bf17.tar.gz nextcloud-server-1e5962ae98ba43a68fc33967aea30a1645f9bf17.zip |
Fix UrlGeneratorTest::testGetDefaultPageUrlWithDefaultApps()
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/UrlGeneratorTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/UrlGeneratorTest.php b/tests/lib/UrlGeneratorTest.php index 5ba2e166829..d16f78ed18c 100644 --- a/tests/lib/UrlGeneratorTest.php +++ b/tests/lib/UrlGeneratorTest.php @@ -21,6 +21,7 @@ use OCP\IUserSession; * Class UrlGeneratorTest * * @package Test + * @group DB */ class UrlGeneratorTest extends \Test\TestCase { @@ -248,6 +249,7 @@ class UrlGeneratorTest extends \Test\TestCase { /** * @dataProvider provideDefaultApps + * @group DB */ public function testGetDefaultPageUrlWithDefaultApps($defaultAppConfig, $expectedPath, $enabledApps) { $oldDefaultApps = \OC::$server->getConfig()->getSystemValue('defaultapp', ''); |