Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 47b4071

Browse files
committed
Update testing commands and linting instructions
Streamlined the test running instructions and corrected linting commands in the CONTRIBUTING.md. Fixed a typo in the coding standards section and ensured consistent capitalization for GitHub references. Signed-off-by: mesilov <mesilov.maxim@gmail.com>
1 parent 0744b27 commit 47b4071

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
1. Fork the repo
66
2. Clone the repo to local
77
3. Install dependencies: `composer update` (this assumes you have 'composer' aliased to wherever your composer.phar lives)
8-
4. Run the tests. We only take pull requests with passing tests, and it's great to know that you have a clean slate:
9-
`composer phpstan-analyse`
10-
`composer phpunit-run-unit-tests`
11-
`composer phpunit-run-integration-tests`
8+
4. Run the tests. We only take pull requests with passing tests, and it's great to know that you have a clean slate.
129

1310
## Adding new features
1411

@@ -19,10 +16,12 @@ New features that does not have any BC Breaks are going to be added in next mino
1916

2017
## Codding standards
2118

22-
In order to fix codding standards please exeecute:
19+
In order to fix codding standards please execute:
2320

2421
```shell
25-
composer phpstan-analyse
22+
make lint-phpstan
23+
make lint-rector
24+
make lint-rector-fix
2625
```
2726

2827
## Patches and bugfixes
@@ -36,4 +35,4 @@ composer phpstan-analyse
3635
1. Make the changes/additions to the code, committing often and making clear what you've done
3736
2. Make sure you write tests for your code, located in the folder structure
3837
3. Run your tests (often and while coding)
39-
4. Create Pull Request on github to against proper branch
38+
4. Create Pull Request on GitHub to against proper branch

0 commit comments

Comments
 (0)