No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

18 líneas
478B

  1. namespace: tests\codeception\backend
  2. actor: Tester
  3. paths:
  4. tests: .
  5. log: _output
  6. data: _data
  7. helpers: _support
  8. settings:
  9. bootstrap: _bootstrap.php
  10. suite_class: \PHPUnit_Framework_TestSuite
  11. colors: true
  12. memory_limit: 1024M
  13. log: true
  14. config:
  15. # the entry script URL (with host info) for functional and acceptance tests
  16. # PLEASE ADJUST IT TO THE ACTUAL ENTRY SCRIPT URL
  17. test_entry_url: http://localhost:8080/backend/web/index-test.php