mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix UrlGeneratorTest::testGetDefaultPageUrlWithDefaultApps()
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
This commit is contained in:
parent
15a445f743
commit
1e5962ae98
1 changed files with 2 additions and 0 deletions
|
|
@ -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', '');
|
||||
|
|
|
|||
Loading…
Reference in a new issue