Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 397 Bytes

test_command.md

File metadata and controls

8 lines (6 loc) · 397 Bytes

Test command

php vendor/bin/phoenix test [-e|--environment ENVIRONMENT] [-c|--config CONFIG] [-t|--config_type CONFIG_TYPE] [-f|--output-format OUTPUT-FORMAT] [--cleanup]

Tests next migration by executing migrate, rollback, migrate for it.

Options:

First four options are common, last one is described here:

  • --cleanup Cleanup after test (rollback migration at the end)