Skip to content

Commit cbd50b8

Browse files
committed
chore: remove redundant PAO details from quick ref and section
1 parent 665234f commit cbd50b8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

php.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
| Tool | AI-Friendly Flags |
66
|---------------------------------|-----------------------------------------------------------------------------------------|
7-
| [PAO](https://github.com/nunomaduro/pao) | `composer require nunomaduro/pao --dev` — auto-optimizes PHPUnit, Pest, ParaTest |
87
| PHPUnit | `--no-progress --colors=never --display-errors --display-warnings` |
98
| Pest | `--compact --colors=never` |
109
| ParaTest | `--no-progress --colors=never --display-errors --display-warnings` |
@@ -19,7 +18,7 @@
1918

2019
## PAO (Agent-Optimized Output)
2120

22-
[PAO](https://github.com/nunomaduro/pao) auto-detects AI agents (Claude Code, Cursor, Devin, Gemini CLI, etc.) and replaces verbose test output with compact JSON. Works with PHPUnit, Pest, and ParaTest — zero config after install.
21+
[PAO](https://github.com/nunomaduro/pao) auto-detects AI agents and replaces verbose test output with compact JSON. Works with PHPUnit, Pest, and ParaTest — zero config after install.
2322

2423
```bash
2524
composer require nunomaduro/pao:0.x-dev --dev

0 commit comments

Comments
 (0)