mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Adjust DirectEditing test to PHPUnit8
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
4173d9d749
commit
fc51425790
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class ManagerTest extends TestCase {
|
|||
*/
|
||||
private $userFolder;
|
||||
|
||||
protected function setUp() {
|
||||
protected function setUp(): void {
|
||||
parent::setUp();
|
||||
|
||||
$this->editor = new Editor();
|
||||
|
|
|
|||
Loading…
Reference in a new issue