refactor getNodes into a new NodeController and update refs
This commit is contained in:
parent
acdfc14442
commit
38d06fce43
4 changed files with 40 additions and 27 deletions
|
|
@ -23,7 +23,7 @@ class TextControllerTest extends TestCase
|
|||
$this->textRepo->create(new CreateTextDto(
|
||||
name: 'test text',
|
||||
));
|
||||
$this->controller = new TextController($this->textRepo, new FakeNodeRepository);
|
||||
$this->controller = new TextController($this->textRepo);
|
||||
}
|
||||
|
||||
public function test_get_one_text(): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue