From da6a8a8ee4375e9666697465289ef74d74e6ab38 Mon Sep 17 00:00:00 2001 From: Frank Mullenger Date: Fri, 15 Feb 2019 11:02:13 +1300 Subject: [PATCH] MINOR: Adding new check to documentation. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 1fcb7ea..46c4376 100644 --- a/readme.md +++ b/readme.md @@ -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