1
0
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:
Andrew Davis
2019-01-12 15:41:00 -06:00
parent 81a7371000
commit b8b7376deb

View File

@@ -9,8 +9,8 @@ return [
'output_dir' => '/tmp/apprentice_output',
'files_dir' => __DIR__ . '/files',
'pages' => [
Page::create('index', 'index.phtml'),
Page::create('test', null, 'test.md', [
Page::create('index', null, [], 'index.phtml'),
Page::create('test', 'test.md', [
'title' => 'Test Title',
'subtitle' => 'Test Subtitle',
'description' => 'Test Description',