MINOR: Adding new check to documentation.

This commit is contained in:
Frank Mullenger 2019-02-15 11:02:13 +13:00
parent 9940c5e8ab
commit da6a8a8ee4
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ SilverStripe\EnvironmentCheck\EnvironmentCheckSuite:
* `ExternalURLCheck`: Checks that one or more URLs are reachable via HTTP.
* `SMTPConnectCheck`: Checks if the SMTP connection configured through PHP.ini works as expected.
* `SolrIndexCheck`: Checks if the Solr cores of given class are available.
* `EnvTypeCheck`: Checks environment type, dev and test should not be used on production environments.
## Monitoring Checks