Initial import of space_profiles module
This commit is contained in:
18
tests/codeception.yml
Normal file
18
tests/codeception.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
actor: Tester
|
||||
namespace: space_profiles
|
||||
bootstrap: _bootstrap.php
|
||||
settings:
|
||||
suite_class: \PHPUnit_Framework_TestSuite
|
||||
colors: true
|
||||
shuffle: false
|
||||
memory_limit: 1024M
|
||||
log: true
|
||||
backup_globals: true
|
||||
paths:
|
||||
tests: codeception
|
||||
log: codeception/_output
|
||||
data: codeception/_data
|
||||
helpers: codeception/_support
|
||||
envs: ../../../humhub/tests/config/env
|
||||
config:
|
||||
test_entry_url: http://localhost:8080/index-test.php
|
||||
Reference in New Issue
Block a user