Files
wpdev 2540bee0d1
Tests / PHP Lint (push) Successful in 5s
Tests / Unit Tests (push) Successful in 15s
Tests / Integration Tests (push) Successful in 18s
docs: CHANGELOG 記錄 integration 測試套件與 ListingStatsTest
2026-07-31 10:44:14 +08:00

34 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Changelog
All notable changes to this AddOn will be documented here.
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
Versioning follows [Semantic Versioning](https://semver.org/).
---
## [Unreleased]
### Added
- `tests/integration/`bootstrap(複用核心的 integration bootstrap,連真實
MariaDB+ `phpunit-integration.xml` + CI job,移植 5 個測試檔
`HivepressIntegrationTest``HivepressTermCommentFieldsTest`
`HivepressTransientFilterTest``ListingMetaInterceptorTest`
`TermCommentBackfillTest`),共 57 tests。
- `tests/unit/ListingStatsTest.php`9 tests)。unit bootstrap 先 define
`TMDO_TEST_SKIP_LISTING_STATS_STUB`,核心 bootstrap 便會跳過它的
`TMDO_Listing_Stats` stub,改載入本 AddOn 的真實實作。145 → 154 tests。
- Phase 3 implementation in progress.
---
## [0.1.0] — TBD
### Added (initial release, scaffold)
- Plugin scaffold from `wp-data-optimizer v2.16.0` extraction plan.
- Plugin Header + bootstrap stub + 7 MD + composer.json.
- Requires Plugins: `2meet-data-optimizer`, `hivepress`.