ARACOOOL
@ARACOOOL
PHP Developer

Как настроить codeception в phpci?

Здравствуйте
Все сделал как по гайду.

test:
    codeception:
        allow_failures: false
        config: "tests/codeception.yml"
        path: "tests/codeception/_output/"
        args: "report.xml --no-ansi --coverage-html"
    php_code_sniffer:
        standard: "PSR2"
    php_cpd:
        allow_failures: true


Получаю
Warning: file_get_contents(/tests/codeception/_output/report.xml)


Т.е. хотя должен искать в директории сборки проекта.
Что я мог сделать не так?
  • Вопрос задан
  • 156 просмотров
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Похожие вопросы