You are here

constant SiteAuditCheckAbstract::AUDIT_CHECK_SCORE_PASS in Site Audit 8.2

Same name and namespace in other branches
  1. 7 Check/Abstract.php \SiteAuditCheckAbstract::AUDIT_CHECK_SCORE_PASS
14 uses of SiteAuditCheckAbstract::AUDIT_CHECK_SCORE_PASS
BestPracticesReportCase::testFast404Two in tests/bestPracticesReportTest.php
Fast_404 enabled and fast_404 paths not empty in fast_404, check passes.
CacheReportCase::testPageExpireThree in tests/cacheReportTest.php
Set cache.page.max_age greater than 900. Check should Pass.
CacheReportCase::testPreprocessCssPass in tests/cacheReportTest.php
Set js.preprocess to true. Check should Pass.
CacheReportCase::testPreprocessJsPass in tests/cacheReportTest.php
Set js.preprocess to true. Check should Pass.
ContentReportCase::testContentContentEntityTypesUnusedPass in tests/contentReportTest.php
Pass if no unused content entity type.

... See full list

File

Check/Abstract.php, line 11
Contains \SiteAudit\Check\Abstract.

Class

SiteAuditCheckAbstract
Class SiteAuditCheckAbstract.

Code

const AUDIT_CHECK_SCORE_PASS = 2;