Use correct check for behat running.

This commit is contained in:
Dan Marsden
2018-10-05 14:21:03 +13:00
parent 3639883d30
commit ceb9e065b9

View File

@@ -57,7 +57,7 @@ class maintenance_static_page {
if (is_null($outage)) {
$html = null;
} else if (PHPUNIT_TEST || BEHAT_SITE_RUNNING) {
} else if (PHPUNIT_TEST || defined('BEHAT_SITE_RUNNING')) {
$html = '<html></html>';
} else {
$data = maintenance_static_page_io::file_get_data(