Тестовое окружение отделено от основного, упрощены билды для контейнеров MariaDB и RabbitMQ, написаны скрипты для быстрого прогона тестов

This commit is contained in:
ErickSkrauch
2016-07-15 01:03:13 +03:00
parent 06f83bd52f
commit 23d44c1d0d
19 changed files with 166 additions and 299 deletions

View File

@@ -46,9 +46,6 @@
}
],
"scripts": {
"build-tests" : "cd tests && codecept build",
"test" : "codecept run -c tests",
"test-api" : "codecept run -c tests/codeception/api",
"phploc" : "phploc ./api ./common ./console"
}
}