php cs fixer
This commit is contained in:
parent
26abaeb739
commit
189493b045
17 changed files with 44 additions and 43 deletions
|
|
@ -26,8 +26,8 @@ class CreateScheduledNodeTest extends TestCase
|
|||
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->scheduledNodeRepo = new FakeScheduledNodeRepository;
|
||||
$this->planRepo = new FakePlanRepository;
|
||||
$this->scheduledNodeRepo = new FakeScheduledNodeRepository();
|
||||
$this->planRepo = new FakePlanRepository();
|
||||
$this->planRepo->create(new CreatePlanDto(
|
||||
name: 'testplan',
|
||||
user: new User(0, new EmailAddress('test@test.com')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue