mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 16:10:00 +00:00
Update test code.
This commit is contained in:
@@ -39,7 +39,7 @@ class UserTransformerTest extends TestCase
|
||||
*
|
||||
* @covers \FireflyIII\Transformers\UserTransformer::transform
|
||||
*/
|
||||
public function testBasic()
|
||||
public function testBasic(): void
|
||||
{
|
||||
$user = $this->user();
|
||||
$transformer = new UserTransformer(new ParameterBag());
|
||||
@@ -54,7 +54,7 @@ class UserTransformerTest extends TestCase
|
||||
*
|
||||
* @covers \FireflyIII\Transformers\UserTransformer::transform
|
||||
*/
|
||||
public function testEmptyUser()
|
||||
public function testEmptyUser(): void
|
||||
{
|
||||
$user = $this->emptyUser();
|
||||
$transformer = new UserTransformer(new ParameterBag());
|
||||
|
||||
Reference in New Issue
Block a user