%PDF- %PDF-
Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/modules/activity/tests/ |
Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/modules/activity/tests/codeception.yml |
actor: Tester namespace: activity bootstrap: _bootstrap.php settings: suite_class: \PHPUnit_Framework_TestSuite colors: true shuffle: false memory_limit: 1024M log: true # This value controls whether PHPUnit attempts to backup global variables # See https://phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.backupGlobals backup_globals: true coverage: c3_url: 'http://localhost:8080/index-test.php' enabled: true remote: true include: - ../actions/* - ../controllers/* - ../components/* - ../interfaces/* - ../jobs/* - ../views/* - ../models/* - ../widgets/* - ../Events.php - ../Module.php paths: tests: codeception log: codeception/_output data: codeception/_data helpers: codeception/_support envs: ../../../tests/config/env config: # the entry script URL (with host info) for functional and acceptance tests # PLEASE ADJUST IT TO THE ACTUAL ENTRY SCRIPT URL test_entry_url: http://localhost:8080/index-test.php