dev-master
9999999-dev https://github.com/ascii-soup/phpspec-teamcity-formatterPHPSpec TeamCity Formatter Extension
MIT
The Requires
- php >=5.3.3
- phpspec/phpspec ~2.0
by Nils Luxton
phpspec phpstorm teamcity jetbrains intellij
Wallogit.com
2017 © Pedro Peláez
PHPSpec TeamCity Formatter Extension
This PHPSpec extension provides a TeamCity formatter for PHPSpec., (*1)
This extension requires:, (*2)
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
PHPSpec TeamCity Formatter Extension
MIT
phpspec phpstorm teamcity jetbrains intellij