2017 © Pedro Peláez
 

extension phpspec-teamcity-formatter

PHPSpec TeamCity Formatter Extension

image

ascii-soup/phpspec-teamcity-formatter

PHPSpec TeamCity Formatter Extension

  • Friday, June 3, 2016
  • by ascii-soup
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHPSpec TeamCity Formatters Extension

This PHPSpec extension provides a TeamCity formatter for PHPSpec., (*1)

Requirements

This extension requires:, (*2)

  • 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:, (*3)

"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:, (*4)

extensions:
    - AsciiSoup\PhpSpec\TeamCityFormatter\Extension

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

$ bin/phpspec run --format teamcity

The Versions

03/06 2016

dev-master

9999999-dev https://github.com/ascii-soup/phpspec-teamcity-formatter

PHPSpec TeamCity Formatter Extension

  Sources   Download

MIT

The Requires

 

by Nils Luxton

phpspec phpstorm teamcity jetbrains intellij