Skip to content

Commit 2ff5549

Browse files
authored
Merge pull request #18143 from nextcloud/tests/direct-editing-phpunit8
Adjust DirectEditing test to PHPUnit8
2 parents 4173d9d + fc51425 commit 2ff5549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lib/DirectEditing/ManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class ManagerTest extends TestCase {
106106
*/
107107
private $userFolder;
108108

109-
protected function setUp() {
109+
protected function setUp(): void {
110110
parent::setUp();
111111

112112
$this->editor = new Editor();

0 commit comments

Comments
 (0)