abe738e900
- composer.json / phpunit.xml / tests/bootstrap.php(比照 HP AddOn, 直接 require 核心 plugin 的 unit bootstrap) - tests/unit/WooCommerceIntegrationTest.php(自 A 移植,10 tests) - .gitea/workflows/test.yml:lint + unit(unit job 會一併 checkout 核心 plugin, 因為測試 bootstrap 依賴它) 10 tests / 33 assertions GREEN Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TbG1keQQ7XBa7qMQY16KCY
19 lines
203 B
Plaintext
19 lines
203 B
Plaintext
vendor/
|
|
node_modules/
|
|
.phpunit.result.cache
|
|
.phpcs-cache
|
|
*.log
|
|
*.bak
|
|
*.swp
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
.full-review/
|
|
.gstack/
|
|
.playwright-mcp/
|
|
.claude/
|
|
dist/
|
|
.phpunit.cache
|
|
.phpunit.result.cache
|