ascii-soup / phpspec-teamcity-formatter
PHPSpec TeamCity Formatter Extension
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:extension
Requires
- php: >=5.3.3
- phpspec/phpspec: ~2.0
This package is auto-updated.
Last update: 2024-12-12 05:03:50 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