silverstripe-environmentcheck/code
Ingo Schommer 631b7ba502 Fix environment check basic auth tests
Was assuming that Member::currentMember() is set,
which isn't the case unless you log in beforehand and start a PHP session.

Given we want the checks to run on their own without user interaction,
they need to work in isolation through a single HTTP call containing
the basic auth info.
2015-07-07 19:35:33 +12:00
..
checks Add a new check for Solr core availability. 2015-03-12 13:52:42 +13:00
DevCheckController.php Allow specifying the permission for dev/check 2015-04-09 11:39:34 +12:00
DevHealthController.php Output check result and details as JSON if requested. 2015-04-09 09:41:13 +12:00
EnvironmentCheck.php MINOR Consistent class naming and file<->class relationships (no functional changes) 2012-01-20 18:12:16 +01:00
EnvironmentChecker.php Fix environment check basic auth tests 2015-07-07 19:35:33 +12:00
EnvironmentCheckSuite.php Output check result and details as JSON if requested. 2015-04-09 09:41:13 +12:00