php cs fixer
This commit is contained in:
parent
26abaeb739
commit
189493b045
17 changed files with 44 additions and 43 deletions
|
|
@ -21,10 +21,10 @@ class BulkCreateNodesTest 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();
|
||||
$text = $this->textRepo->find(0);
|
||||
$this->parentNode = $this->nodeRepo->create(new CreateNodeDto(
|
||||
text: $text,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue