# `mix arch_test.gen.phoenix`
[🔗](https://github.com/yoavgeva/arch_test/blob/v0.2.0/lib/mix/tasks/arch_test.gen.phoenix.ex#L1)

Generates an opinionated Phoenix architecture test file.

## Usage

    mix arch_test.gen.phoenix

Creates `test/arch/phoenix_arch_test.exs` combining layer direction
(web → context → repo), context isolation from the web layer, cycle
detection, naming rules, and code convention checks.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
