mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-07-31 12:00:40 +02:00
Fixing testing stub for page changes
This commit is contained in:
@@ -9,8 +9,8 @@ return [
|
|||||||
'output_dir' => '/tmp/apprentice_output',
|
'output_dir' => '/tmp/apprentice_output',
|
||||||
'files_dir' => __DIR__ . '/files',
|
'files_dir' => __DIR__ . '/files',
|
||||||
'pages' => [
|
'pages' => [
|
||||||
Page::create('index', 'index.phtml'),
|
Page::create('index', null, [], 'index.phtml'),
|
||||||
Page::create('test', null, 'test.md', [
|
Page::create('test', 'test.md', [
|
||||||
'title' => 'Test Title',
|
'title' => 'Test Title',
|
||||||
'subtitle' => 'Test Subtitle',
|
'subtitle' => 'Test Subtitle',
|
||||||
'description' => 'Test Description',
|
'description' => 'Test Description',
|
||||||
|
Reference in New Issue
Block a user