Test Plan - Part 01
**Source path:** Anti-Christ.org/.uai/test-plan.uai
---
uai: "1.0"
type: test-plan
title: "Anti-Christ.org Verification Plan"
created: "2026-05-10"
updated: "2026-05-10"
status: active
source: "https://uaix.org/en-us/specification/project-handoff/"
---
# Test Plan
## Start Here
Use this file as the hot verification guide. The former `docs/deploy.md` and related docs were moved into Wiki.FFTAC.org long memory; consult `E:/Source/WP-FFTAC/Wiki.FFTAC.org/wiki/projects/anti-christ.org/docs-archive-2026-05-10.md` only when archival detail is needed. Pick the smallest check set that covers changed files, then broaden before release-scoped changes.
## Common Targeted Checks
- PHP syntax: `php -l path\to\file.php`
- Theme sweep: `php tests/run.php`
- PowerShell theme checks: `powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\test-theme.ps1`
- Deploy packages: `powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\build-deploy-zips.ps1`
- JSON syntax: `node -e "JSON.parse(require('fs').readFileSync('path','utf8'))"`
## Done Means
- Changed files are named.
- Targeted checks have run or the blocker is explicit.
- Release or packaging checks are only claimed if actually run.
- Handoff files are updated when durable project truth changes.