Skip to content

Commit 72b235f

Browse files
authored
Add note about tests modifying composer.json
1 parent 41904c8 commit 72b235f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,19 @@ composer require leanadmin/installer
1111
```sh
1212
php artisan lean:setup
1313
```
14+
15+
## Development
16+
17+
Run all checks:
18+
19+
```
20+
./check
21+
```
22+
23+
Run tests:
24+
25+
```
26+
phpunit
27+
```
28+
29+
**Make sure to clean up `composer.json` when running tests that modify it.**

0 commit comments

Comments
 (0)