Knowledge Portal · engineering documentation

Skip to content

Testing Philosophy

Status: Canonical
Last updated: 2026-07-05


Pyramid

mermaid
flowchart TB
    AT[Acceptance / Benchmark]
    FT[Feature / Integration]
    UT[Unit]
    ARCH[Architecture Tests]
    UT --> FT --> AT
    ARCH -.->|gates all| UT
LayerPurpose
ArchitectureModule boundaries, freeze diff, platform ownership
UnitActions, domain logic, DTO mapping
FeatureHTTP, Filament, artisan commands
BenchmarkAI dataset regression (never mutates runtime)
AcceptanceHuman-gated promotion

Details: TESTING/README.md

Breadcrumbs: Home → Engineering → Testing Philosophy

ZAIXOS Knowledge Portal — public engineering docs at /docs · Staff operations at /admin