13 uses of SiteAuditCheckAbstract::AUDIT_CHECK_SCORE_WARN in Site Audit 8.2
- 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.
- ContentReportCase::testVocabulariesUnusedWarn in tests/
contentReportTest.php - Warn if empty vocabularies present.
- CronReportCase::testEnabledWarn in tests/
cronReportTest.php - Run the cron and set cron frequency to > 24 hours. Check should Warn.
- ExtensionsReportCase::testDevWarn in tests/
extensionsReportTest.php - Enable a dev extension. Should Warn.
- ExtensionsReportCase::testDuplicateWarn1 in tests/
extensionsReportTest.php - Download Two copies of an extension. Check should warn.
- ExtensionsReportCase::testDuplicateWarn2 in tests/
extensionsReportTest.php - Multiple versions of the same module, one in profile, not enabled. Warn.
- ExtensionsReportCase::testDuplicateWarn3 in tests/
extensionsReportTest.php - Multiple versions of the same module, higher one in profile and enabled.
- WatchdogReportCase::test404Warn in tests/
watchdogReportTest.php - Block the user with uid 1. Check should Fail.
- WatchdogReportCase::testPhpWarn in tests/
watchdogReportTest.php - Create more than 10% php errors. Should Warn.