Skip to content

Commit

Permalink
Merge pull request #88 from creative-commoners/pulls/3.0/cms5-readme
Browse files Browse the repository at this point in the history
DOC Update README.md for CMS 5
  • Loading branch information
sabina-talipova authored Apr 21, 2023
2 parents 6931401 + b459172 commit 8b98c6f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ This module adds an API for running environment checks to your API.
* `dev/check` - An admin-only URL that performs a more comprehensive set of checks. This could be tied to a deployment system, for example.
* `dev/check/<suite>` - Check a specific suite (admin only)

## Requirements

* Silverstripe 4.x
* PHP 7.3

For Silverstripe 3.x support, please use a `1.x` tagged release.

## Aren't these just unit tests?

Almost, but not really. Environment checks differ from unit tests in two important ways:
Expand All @@ -26,11 +19,9 @@ Almost, but not really. Environment checks differ from unit tests in two importa
## Installation

```sh
$ composer require silverstripe/environmentcheck
composer require silverstripe/environmentcheck
```

You'll also need to run `/dev/build`.

### Activating Directly

Register checks in your own `_config.php` - see the `_config.php` in this module for some defaults. Don't forget to
Expand Down

0 comments on commit 8b98c6f

Please sign in to comment.