Skip to content

Commit

Permalink
Adjust AppsEnableTest for Enable constructor params
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Dec 19, 2019
1 parent af8c037 commit 6e703aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/Core/Command/Apps/AppsEnableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ class AppsEnableTest extends TestCase {
public function setUp(): void {
parent::setUp();

$command = new Enable(\OC::$server->getAppManager());
$command = new Enable(
\OC::$server->getAppManager(),
\OC::$server->getConfig()
);
$this->commandTester = new CommandTester($command);
}

Expand Down

0 comments on commit 6e703aa

Please sign in to comment.