ascii-soup/phpspec-teamcity-formatter

PHPSpec TeamCity Formatter Extension

dev-master 2016-06-03 16:48 UTC

This package is auto-updated.

Last update: 2024-04-12 03:07:42 UTC


README

This PHPSpec extension provides a TeamCity formatter for PHPSpec.

Requirements

This extension requires:

  • PHP 5.3.3 or later.

Installation

To install this, make sure you are using the latest release of PHPSpec, and then add the following to your composer.json:

"require-dev": {
    ...,
    "ascii-soup/phpspec-teamcity-formatters": "1.*"
}

Install or update your dependencies, and then in a phpspec.yml file in the root of your project, add the following:

extensions:
    - AsciiSoup\PhpSpec\TeamCityFormatter\Extension

Then, you can add a --format switch to your phpspec command as follows:

$ bin/phpspec run --format teamcity