Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ ptp run --test-path tests/Unit
ptp run --filter "*UserTest.php"
ptp run --filter "*Payment*"

# Run migrations before tests
ptp run --migrate

# Run migrations without fresh (only pending migrations)
ptp run --migrate --no-fresh

# Combine options
ptp run --test-path tests/Integration --filter "*Payment*" --processors 8
```
Expand Down Expand Up @@ -199,6 +193,4 @@ This project is licensed under the MIT License - see the LICENSE file for detail
If you encounter any issues or have questions, please open an issue on GitHub.

---

**Note**: This project is actively maintained. For detailed architecture information, see [ARCHITECTURE.md](./ARCHITECTURE.md).
# php-test-processor
Loading