Skip to content
Snippets Groups Projects
Unverified Commit fc514257 authored by Julius Härtl's avatar Julius Härtl
Browse files

Adjust DirectEditing test to PHPUnit8


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent 4173d9d7
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ class ManagerTest extends TestCase { ...@@ -106,7 +106,7 @@ class ManagerTest extends TestCase {
*/ */
private $userFolder; private $userFolder;
protected function setUp() { protected function setUp(): void {
parent::setUp(); parent::setUp();
$this->editor = new Editor(); $this->editor = new Editor();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment