kozaktomas/phpcinettetester

Testing plugin to PHPCI for Nette framework

v1.0.1 2016-06-04 15:20 UTC

This package is not auto-updated.

Last update: 2024-05-29 16:18:33 UTC


README

Installation

  1. Go to root of PHPCI project and open composer.json. In require section add:
"kozaktomas/phpcinettetester": "dev-master"
  1. Run composer update
composer update
  1. Plugin is ready to use in application

Configuration

test:
    \Kozaktomas\PHPCI\Plugin\NetteTester:
        params: ""

In params argument you can add any parameters for run tests. php vendor/bin/tester %params% tests/