mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 17:05:40 +02:00
DOC add note about FileAccessibilityAndValidationCheck
This commit is contained in:
parent
7e59b7e88b
commit
0e4867f736
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user