constant SiteAuditCheckAbstract::AUDIT_CHECK_SCORE_WARN in Site Audit 8.2
Same name and namespace in other branches
- 7 Check/Abstract.php \SiteAuditCheckAbstract::AUDIT_CHECK_SCORE_WARN
13 uses of SiteAuditCheckAbstract::AUDIT_CHECK_SCORE_WARN
- BestPracticesReportCase::testFast404One in tests/
bestPracticesReportTest.php - If fast_404 is enabled and fast_404 paths are empty, check should warn.
- BestPracticesReportCase::testFast404Three in tests/
bestPracticesReportTest.php - If fast_404 is disabled, check should warn.
- CacheReportCase::testPageExpireTwo in tests/
cacheReportTest.php - Set cache.page.max_age between 0 and 900. Check should Warn.
- ContentReportCase::testContentContentEntityTypesUnusedWarn in tests/
contentReportTest.php - Warn if a content entity type is unused.
- ContentReportCase::testContentDuplicateTitlesWarn in tests/
contentReportTest.php - Warn if nodes with duplicate titles present.
File
- Check/
Abstract.php, line 12 - Contains \SiteAudit\Check\Abstract.
Class
- SiteAuditCheckAbstract
- Class SiteAuditCheckAbstract.
Code
const AUDIT_CHECK_SCORE_WARN = 1;