04/06
2016
Testing plugin to PHPCI for Nette framework
1) Go to root of PHPCI project and open composer.json. In require section add:, (*1)
"kozaktomas/phpcinettetester": "dev-master"
2) Run composer update, (*2)
composer update
3) Plugin is ready to use in application, (*3)
test: \Kozaktomas\PHPCI\Plugin\NetteTester: params: ""
In params argument you can add any parameters for run tests. php vendor/bin/tester %params% tests/, (*4)