Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

18 lines
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