kozaktomas/phpcinettetester

Testing plugin to PHPCI for Nette framework

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/kozaktomas/phpcinettetester

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

This package is not auto-updated.

Last update: 2025-10-29 22:54:17 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/