class LaunchChecks
Copyright (C) 2017 Karmabunny Pty Ltd.
This file is a part of SproutCMS.
SproutCMS is free software: you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software Foundation, either
version 2 of the License, or (at your option) any later version.
For more information, visit <http://getsproutcms.com>.
This class was originally from Kohana 2.3.4
Copyright 2007-2008 Kohana Team Variables
| Name | Visibility | Description |
$results | (static) | |
$skin | (static) | |
Functions
void LaunchChecks::addResult ( mixed $check , mixed $result , mixed $message ); This function does not have a descriptionunknown LaunchChecks::runTests ( ); This function does not have a descriptionvoid LaunchChecks::testCliDomain ( );
Check that the "CLI domain" has been set void LaunchChecks::testEmail ( ); This function does not have a descriptionvoid LaunchChecks::testSkinAnalytics ( mixed $skin_code );
Check that each skin has Google Analytics configured void LaunchChecks::testSkinSiteTitle ( mixed $skin_code );
Check that each skin has a site title set void LaunchChecks::testSkinTemplatesExist ( mixed $skin_code );
Check that each skin has Google Analytics configured
|