codeception.yml 474 B

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