php cs fixer
This commit is contained in:
parent
26abaeb739
commit
189493b045
17 changed files with 44 additions and 43 deletions
|
|
@ -21,11 +21,11 @@ class CreateNodeTest extends TestCase
|
|||
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->textRepo = new FakeTextRepository;
|
||||
$this->textRepo = new FakeTextRepository();
|
||||
$this->textRepo->create(new CreateTextDto(
|
||||
name: 'text'
|
||||
));
|
||||
$this->nodeRepo = new FakeNodeRepository;
|
||||
$this->nodeRepo = new FakeNodeRepository();
|
||||
$this->useCase = new CreateNode(
|
||||
nodeRepo: $this->nodeRepo,
|
||||
textRepo: $this->textRepo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue