From 773c848c0f81e88f7156d609483386cf8fb1b39b Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Thu, 12 Jan 2017 10:05:05 +1300 Subject: [PATCH] FIX Separate PageController fixture into its own file (PSR-2 compat) --- tests/bootstrap/fixtures/Page.php.fixture | 12 ------------ tests/bootstrap/fixtures/PageController.php.fixture | 8 ++++++++ tests/bootstrap/mysite.php | 13 +++++++------ 3 files changed, 15 insertions(+), 18 deletions(-) create mode 100644 tests/bootstrap/fixtures/PageController.php.fixture diff --git a/tests/bootstrap/fixtures/Page.php.fixture b/tests/bootstrap/fixtures/Page.php.fixture index 4035282d..db560268 100644 --- a/tests/bootstrap/fixtures/Page.php.fixture +++ b/tests/bootstrap/fixtures/Page.php.fixture @@ -1,20 +1,8 @@