constant SiteAuditCheckAbstract::AUDIT_CHECK_SCORE_FAIL in Site Audit 8.2
Same name and namespace in other branches
- 7 Check/Abstract.php \SiteAuditCheckAbstract::AUDIT_CHECK_SCORE_FAIL
8 uses of SiteAuditCheckAbstract::AUDIT_CHECK_SCORE_FAIL
- CacheReportCase::testPageExpireOne in tests/
cacheReportTest.php - Set cache.page.max_age to 0. Check should Fail.
- CacheReportCase::testPreprocessCssFail in tests/
cacheReportTest.php - Set js.preprocess to false. Check should Fail.
- CacheReportCase::testPreprocessJsFail in tests/
cacheReportTest.php - Set js.preprocess to false. Check should Fail.
- CronReportCase::testEnabledFail in tests/
cronReportTest.php - Set cron frequency to 0 and don't run cron. Check should Fail.
- ExtensionsReportCase::testUnrecommendedWarn in tests/
extensionsReportTest.php - Enable a unrecommended extension. Should Warn.
File
- Check/
Abstract.php, line 13 - Contains \SiteAudit\Check\Abstract.
Class
- SiteAuditCheckAbstract
- Class SiteAuditCheckAbstract.
Code
const AUDIT_CHECK_SCORE_FAIL = 0;