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 4605f87 commit 23c503a
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 23c503a

Please sign in to comment.