Fix tests by adding required return type hints

This commit is contained in:
devfrey 2020-05-09 18:00:52 +02:00
parent 6967b76ae6
commit 2fecba2500
94 changed files with 96 additions and 96 deletions

View file

@ -14,7 +14,7 @@ abstract class DashboardTestCase extends BrowserTestCase
/**
* Setup tests and provide a default user to calling functions.
*/
protected function setUp()
protected function setUp(): void
{
parent::setUp();