Merge pull request #18143 from nextcloud/tests/direct-editing-phpunit8
Adjust DirectEditing test to PHPUnit8
This commit is contained in:
commit
2ff55497a9
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