Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.12 KB

File metadata and controls

39 lines (30 loc) · 1.12 KB

TEST-NEEDS.md — wordpress-tools

CRG Grade: C — ACHIEVED 2026-04-04

Current Test State

Category Count Notes
Zig FFI tests 3 Multiple subproject FFI layers (secured, plugin-mapper, etc.)
PHP unit tests 3 plugin-conflict-mapper/tests/unit/test-*.php
PHP integration tests 2 plugin-conflict-mapper/tests/integration/test-*.php
PHP validation tests 2 php-aegis validation suite

What's Covered

  • Zig FFI integration tests
  • PHP unit test framework
  • REST API integration tests
  • Cache validation tests
  • XSS security tests (CF7)
  • WordPress compatibility tests

Still Missing (for CRG B+)

  • Plugin conflict fuzzing
  • Security property tests
  • Performance benchmarks
  • Multi-version WordPress testing
  • End-to-end plugin workflow tests

Run Tests

cd /var/mnt/eclipse/repos/wordpress-tools && bash plugin-conflict-mapper/bin/install-wp-tests.sh && cd plugin-conflict-mapper && phpunit