## Problem default.settings.php loads settings.pantheon.php. This works fine until you run simpletest as it copies default.settings.php into another folder. ## Solution Wrap the `include_once` into a `file_exists()` submitted as a Feature request via Desk
Problem
default.settings.php loads settings.pantheon.php. This works fine until you run simpletest as it copies default.settings.php into another folder.
Solution
Wrap the
include_onceinto afile_exists()submitted as a Feature request via Desk