Adjust DirectEditing test to PHPUnit8
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
4173d9d749
commit
fc51425790
|
@ -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 New Issue