Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

18 Zeilen
480B

  1. namespace: tests\codeception\frontend
  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/frontend/web/index-test.php