codeception.yml 285 B

12345678910111213
  1. actor: RegisterCommand
  2. paths:
  3. tests: tests
  4. log: tests/_log
  5. data: tests/_data
  6. support: tests/_support
  7. settings:
  8. bootstrap: _autoload.php
  9. colors: false
  10. extensions:
  11. commands:
  12. - Project\Command\MyCustomCommand
  13. - Project\Command\YourCustomCommand