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:
33
39
34
-
```php
40
+
```shell
35
41
./vendor/bin/phpunit
36
42
```
37
43
38
-
## Mutation testing
44
+
###Mutation testing
39
45
40
-
The package tests are checked with [Infection](https://infection.github.io/) mutation framework. To run it:
46
+
The package tests are checked with [Infection](https://infection.github.io/) mutation framework with
47
+
[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:
49
56
50
-
```php
57
+
```shell
51
58
./vendor/bin/psalm
52
59
```
53
-
### Support the project
60
+
61
+
## License
62
+
63
+
The Yii Middleware Dispatcher is free software. It is released under the terms of the BSD License.
64
+
Please see [`LICENSE`](./LICENSE.md) for more information.
65
+
66
+
Maintained by [Yii Software](https://www.yiiframework.com/).
0 commit comments