From 72b235ff6a7cb3064aeb292ebfea52408d50259e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 24 Jan 2021 00:38:37 +0100 Subject: [PATCH] Add note about tests modifying composer.json --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 9dacc2f..15483be 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,19 @@ composer require leanadmin/installer ```sh php artisan lean:setup ``` + +## Development + +Run all checks: + +``` +./check +``` + +Run tests: + +``` +phpunit +``` + +**Make sure to clean up `composer.json` when running tests that modify it.**