@@ -137,31 +137,6 @@ $client = new \Predis\Client([
137
137
138
138
> The tests use a connection to a running Redis cluster. If you are not using Docker, you must start the cluster yourself before running the tests.
139
139
140
- ### Unit testing
141
-
142
- The package is tested with [ PHPUnit] ( https://phpunit.de/ ) . To run tests:
143
-
144
- ``` shell
145
- ./vendor/bin/phpunit
146
- ```
147
-
148
- ### Mutation testing
149
-
150
- The package tests are checked with [ Infection] ( https://infection.github.io/ ) mutation framework with
151
- [ Infection Static Analysis Plugin] ( https://github.com/Roave/infection-static-analysis-plugin ) . To run it:
152
-
153
- ``` shell
154
- ./vendor/bin/roave-infection-static-analysis-plugin
155
- ```
156
-
157
- ### Static analysis
158
-
159
- The code is statically analyzed with [ Psalm] ( https://psalm.dev/ ) . To run static analysis:
160
-
161
- ``` shell
162
- ./vendor/bin/psalm
163
- ```
164
-
165
140
## Testing in Docker
166
141
167
142
### Prepare
@@ -185,12 +160,14 @@ make test v=8.1
185
160
make mutation-test v=8.0
186
161
```
187
162
188
- ## License
163
+ ## Documentation
189
164
190
- The Yii Caching Library - Redis Handler is free software. It is released under the terms of the BSD License.
191
- Please see [ ` LICENSE ` ] ( ./LICENSE.md ) for more information.
165
+ - More information can be found in the [ Internals.] ( docs/internals.md )
192
166
193
- Maintained by [ Yii Software] ( https://www.yiiframework.com/ ) .
167
+ ## Support
168
+
169
+ 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.
170
+ You may also check out other [ Yii Community Resources] ( https://www.yiiframework.com/community ) .
194
171
195
172
## Support the project
196
173
@@ -203,3 +180,10 @@ Maintained by [Yii Software](https://www.yiiframework.com/).
203
180
[ ![ Telegram] ( https://img.shields.io/badge/telegram-join-1DA1F2?style=flat&logo=telegram )] ( https://t.me/yii3en )
204
181
[ ![ Facebook] ( https://img.shields.io/badge/facebook-join-1DA1F2?style=flat&logo=facebook&logoColor=ffffff )] ( https://www.facebook.com/groups/yiitalk )
205
182
[ ![ Slack] ( https://img.shields.io/badge/slack-join-1DA1F2?style=flat&logo=slack )] ( https://yiiframework.com/go/slack )
183
+
184
+ ## License
185
+
186
+ The Yii Access is free software. It is released under the terms of the BSD License.
187
+ Please see [ ` LICENSE ` ] ( ./LICENSE.md ) for more information.
188
+
189
+ Maintained by [ Yii Software] ( https://www.yiiframework.com/ ) .
0 commit comments