upgraded to phpunit 8 (#1155)
This commit is contained in:
@@ -36,7 +36,7 @@ class TimesheetControllerTest extends APIControllerBaseTest
|
||||
*/
|
||||
protected $dateTime;
|
||||
|
||||
public function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->importFixtureForUser(User::ROLE_USER);
|
||||
$this->dateTime = (new UserDateTimeFactoryFactory($this))->create(self::TEST_TIMEZONE);
|
||||
|
||||
Reference in New Issue
Block a user