1 parent 4a899f3 commit 4f43c16Copy full SHA for 4f43c16
1 file changed
test/Unit/App/Service/LlmsGeneratorTest.php
@@ -328,7 +328,7 @@ public function testWriteTrimsThePageTitleAtTheTaglineSeparator(): void
328
$this->createGenerator(baseUrl: 'https://example.test')->write();
329
330
$this->assertStringContainsString(
331
- '- [Dotkernel API](https://example.test/api/): The description.',
+ '- [Dotkernel API](https://example.test/md-pages/api.md): The description.',
332
$this->writtenOutput()
333
);
334
$this->assertStringNotContainsString('Open-source REST API skeleton for PHP]', $this->writtenOutput());
0 commit comments