mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 04:36:44 +00:00
Some generic code refactoring.
This commit is contained in:
@@ -131,8 +131,6 @@ abstract class TestCase extends BaseTestCase
|
||||
*/
|
||||
public function emptyUser(): User
|
||||
{
|
||||
throw new FireflyException('emptyUser()-method is obsolete.');
|
||||
|
||||
return User::find(2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user