mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 09:34:08 +02:00
update sabredav and phpunit
This commit is contained in:
parent
946bc1bf69
commit
49c010f4d7
7 changed files with 22 additions and 31 deletions
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
namespace SearchDAV\Test;
|
||||
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Sabre\DAV\FS\Directory;
|
||||
use Sabre\DAV\INode;
|
||||
|
|
@ -44,7 +43,7 @@ class SearchPluginTest extends TestCase {
|
|||
/** @var ISearchBackend|\PHPUnit_Framework_MockObject_MockObject */
|
||||
private $searchBackend;
|
||||
|
||||
protected function setUp() {
|
||||
protected function setUp(): void {
|
||||
parent::setUp();
|
||||
|
||||
$this->searchBackend = $this->getMockBuilder(ISearchBackend::class)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue