mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-24 07:54:57 +08:00
Add support for appending/prepending markdown content (closes #262)
This commit is contained in:
@@ -123,8 +123,8 @@ class GenerateDocumentationTest extends TestCase
|
||||
'--routePrefix' => 'api/*',
|
||||
]);
|
||||
$fixtureMarkdown = __DIR__.'/Fixtures/resource_index.md';
|
||||
$gneratedMarkdown = __DIR__.'/../public/docs/source/index.md';
|
||||
$this->assertFilesHaveSameContent($fixtureMarkdown, $gneratedMarkdown);
|
||||
$generatedMarkdown = __DIR__.'/../public/docs/source/index.md';
|
||||
$this->assertFilesHaveSameContent($fixtureMarkdown, $generatedMarkdown);
|
||||
}
|
||||
|
||||
public function testGeneratedMarkdownFileIsCorrect()
|
||||
|
||||
Reference in New Issue
Block a user