execute(new CreateNodeRequest( title: 'test', )); $this->assertInstanceOf(NodeRepository::class, $nodeRepo); $this->assertInstanceOf(Node::class, $node); $this->assertEquals('test', $node->getTitle()); } }