Skip to content

ascii-soup/phpspec-teamcity-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPSpec TeamCity Formatters Extension

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

About

TeamCity formatter for PhpSpec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages