From 0e4867f736ef808cebf40ba69db7bd6c45cd9e41 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Fri, 7 Oct 2022 09:09:09 +1300 Subject: [PATCH] DOC add note about `FileAccessibilityAndValidationCheck` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e94583..98abca3 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ SilverStripe\EnvironmentCheck\EnvironmentCheckSuite: * `HasClassCheck`: Check that the given class exists. This can be used to check that PHP modules or features are installed. * `FileWriteableCheck`: Check that the given file is writeable. + * `FileAccessibilityAndValidationCheck`: Check that a given file is accessible and optionally matches a given format. * `FileAgeCheck`: Checks for the maximum age of one or more files or folders. Useful for files which should be frequently auto-generated, like static caches, as well as for backup files and folders.