You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package is tested with [PHPUnit](https://phpunit.de/). To run tests:
131
+
## Support
132
132
133
-
```shell
134
-
./vendor/bin/phpunit
135
-
```
136
-
137
-
### Mutation testing
138
-
139
-
The package tests are checked with [Infection](https://infection.github.io/) mutation framework with
140
-
[Infection Static Analysis Plugin](https://github.com/Roave/infection-static-analysis-plugin). To run it:
The code is statically analyzed with [Psalm](https://psalm.dev/). To run static analysis:
149
-
150
-
```shell
151
-
./vendor/bin/psalm
152
-
```
153
-
154
-
## License
155
-
156
-
The Data response is free software. It is released under the terms of the BSD License.
157
-
Please see [`LICENSE`](./LICENSE.md) for more information.
158
-
159
-
Maintained by [Yii Software](https://www.yiiframework.com/).
133
+
If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for that.
134
+
You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
160
135
161
136
## Support the project
162
137
@@ -169,3 +144,10 @@ Maintained by [Yii Software](https://www.yiiframework.com/).
The package is tested with [PHPUnit](https://phpunit.de/). To run tests:
6
+
7
+
```shell
8
+
./vendor/bin/phpunit
9
+
```
10
+
11
+
## Mutation testing
12
+
13
+
The package tests are checked with [Infection](https://infection.github.io/) mutation framework with
14
+
[Infection Static Analysis Plugin](https://github.com/Roave/infection-static-analysis-plugin). To run it:
The code is statically analyzed with [Psalm](https://psalm.dev/). To run static analysis:
23
+
24
+
```shell
25
+
./vendor/bin/psalm
26
+
```
27
+
28
+
## Rector
29
+
30
+
Use [Rector](https://github.com/rectorphp/rector) to make codebase follow some specific rules or
31
+
use either newest or any specific version of PHP:
32
+
33
+
```shell
34
+
./vendor/bin/rector
35
+
```
36
+
37
+
## Composer require checker
38
+
39
+
This package uses [composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to check if all dependencies are correctly defined in `composer.json`.
40
+
41
+
To run the checker, execute the following command:
0 commit comments