From b8b7376deb162ef19cb65765f1365bc44a2e2592 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Sat, 12 Jan 2019 15:41:00 -0600 Subject: [PATCH] Fixing testing stub for page changes --- test/static/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/static/config.php b/test/static/config.php index 5b3ff74..8f582e0 100644 --- a/test/static/config.php +++ b/test/static/config.php @@ -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',