Skip to content

Commit 59d7b39

Browse files
docs: Add Testing Guide link to installation and examples documentation. (#50)
1 parent fea324e commit 59d7b39

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- Enh #47: Add `ActiveRecordGetAttributeDynamicMethodReturnTypeExtension` to provide precise type inference for `getAttribute()` method calls based on PHPDoc annotations (@terabytesoftw)
1818
- Bug #48: Update `PHPStan` configuration paths and create new config files for improved structure and clarity (@terabytesoftw)
1919
- Bug #49: Update documentation for `ServiceMap` and related classes to enhance clarity for Yii Application static analysis (@terabytesoftw)
20+
- Bug #50: Add Testing Guide link to `installation` and `examples` documentation (@terabytesoftw)
2021

2122
## 0.2.3 June 09, 2025
2223

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,16 +166,13 @@ For detailed configuration options and advanced usage.
166166
- 📚 [Installation Guide](docs/installation.md)
167167
- ⚙️ [Configuration Reference](docs/configuration.md)
168168
- 💡 [Usage Examples](docs/examples.md)
169+
- 🧪 [Testing Guide](docs/testing.md)
169170

170171
## Quality code
171172

172173
[![phpstan-level](https://img.shields.io/badge/PHPStan%20level-max-blue)](https://github.com/yii2-extensions/phpstan/actions/workflows/static.yml)
173174
[![style-ci](https://github.styleci.io/repos/701347895/shield?branch=main)](https://github.styleci.io/repos/701347895?branch=main)
174175

175-
## Testing
176-
177-
[Check the documentation testing](docs/testing.md) to learn about testing.
178-
179176
## Our social networks
180177

181178
[![Twitter](https://img.shields.io/badge/twitter-follow-1DA1F2?logo=twitter&logoColor=1DA1F2&labelColor=555555?style=flat)](https://twitter.com/Terabytesoftw)

docs/examples.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,3 +781,4 @@ Yii2 patterns and use cases, making your code more maintainable and reducing run
781781

782782
- 📚 [Installation Guide](installation.md)
783783
- ⚙️ [Configuration Guide](configuration.md)
784+
- 🧪 [Testing Guide](testing.md)

docs/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,3 +254,4 @@ Once installation is complete:
254254

255255
- ⚙️ [Configuration Reference](configuration.md)
256256
- 💡 [Usage Examples](examples.md)
257+
- 🧪 [Testing Guide](testing.md)

0 commit comments

Comments
 (0)