Skip to content

Commit 1456f3e

Browse files
fix(app): Update badge label from PHPUnit to Codeception in README.md. (#172)
1 parent 36a39ec commit 1456f3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- Bug #162: Update `README.md` to reorganize `Package information` and add latest stable version badge (@terabytesoftw)
1313
- Bug #167: Update section title `Available stacks` and improve badge formatting in `README.md` (@terabytesoftw)
1414
- Bug #171: Update section title to `Available deployment options`, group stacks by type, and add Apache entry in `README.md` (@terabytesoftw)
15+
- Bug #172: Update badge label from `PHPUnit` to `Codeception` in `README.md` (@terabytesoftw)
1516

1617
## 0.1.0 August 31, 2025
1718

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<img src="https://img.shields.io/badge/22.0.x-0073AA.svg?style=for-the-badge&logo=yii&logoColor=white" alt="Yii 22.0.x">
1717
</a>
1818
<a href="https://github.com/yii2-extensions/app-basic/actions/workflows/build.yml" target="_blank">
19-
<img src="https://img.shields.io/github/actions/workflow/status/yii2-extensions/app-basic/build.yml?branch=main&style=for-the-badge&label=PHPUnit" alt="PHPUnit">
19+
<img src="https://img.shields.io/github/actions/workflow/status/yii2-extensions/app-basic/build.yml?branch=main&style=for-the-badge&label=Codeception" alt="Codeception">
2020
</a>
2121
<a href="https://github.com/yii2-extensions/app-basic/actions/workflows/static.yml" target="_blank">
2222
<img src="https://img.shields.io/github/actions/workflow/status/yii2-extensions/app-basic/static.yml?branch=main&style=for-the-badge&label=PHPStan" alt="PHPStan">

0 commit comments

Comments
 (0)