diff --git a/dev/FunctionalTest.php b/dev/FunctionalTest.php index c325ac99a..521b769a5 100644 --- a/dev/FunctionalTest.php +++ b/dev/FunctionalTest.php @@ -67,6 +67,9 @@ class FunctionalTest extends SapphireTest { if($this->stat('use_draft_site')) { $this->useDraftSite(); } + + // Unprotect the site, tests are running with the assumption it's off. They will enable it on a case-by-case basis. + BasicAuth::protect_entire_site(false); } function tearDown() {