選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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