Исправлен тест для AccountIdentity

This commit is contained in:
ErickSkrauch
2016-09-19 11:18:52 +03:00
parent 264cb25ddc
commit 8120e43bec
3 changed files with 14 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ settings:
memory_limit: 1024M
log: true
config:
test_entry_url: http://localhost:8080/api/web/index.php
test_entry_url: http://localhost/api/web/index.php
coverage:
enabled: true
remote: true
@@ -24,4 +24,4 @@ coverage:
- ../../../api/mails/*
- ../../../api/web/*
- ../../../api/runtime/*
c3url: 'http://localhost:8080/api/web/index.php'
c3url: 'http://localhost/api/web/index.php'