Skip to content

Commit

Permalink
Declare pathCache in unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed Jun 22, 2023
1 parent 3795665 commit c55f8f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Unit/Connector/Sabre/PropFindPluginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ class PropFindPluginTest extends TestCase {
/** @var Server|\PHPUnit\Framework\MockObject\MockObject */
protected $server;

/** @var E2EEnabledPathCache|\PHPUnit\Framework\MockObject\MockObject */
protected $pathCache;

private PropFindPlugin $plugin;

protected function setUp(): void {
Expand Down

0 comments on commit c55f8f7

Please sign in to comment.