PHPackages                             atoum/teamcity-extension - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. atoum/teamcity-extension

AbandonedLibrary[Testing &amp; Quality](/categories/testing)

atoum/teamcity-extension
========================

Add TeamCity support to atoum

1.1(8y ago)118MITPHP

Since Oct 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Hywan/atoum-teamcity-extension)[ Packagist](https://packagist.org/packages/atoum/teamcity-extension)[ Docs](http://www.atoum.org)[ RSS](/packages/atoum-teamcity-extension/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (6)Dependencies (1)Versions (10)Used By (0)

 [![atoum's logo + TeamCity's logo with floating hearts](./res/logo.png)](./res/logo.png)

---

atoum/teamcity-extension [![Build Status](https://camo.githubusercontent.com/725196bbaa5f6bd9b3fe343589525bd6ab304c52b1369c2db6e8269a9a12fc6d/68747470733a2f2f7472617669732d63692e6f72672f487977616e2f61746f756d2d7465616d636974792d657874656e73696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Hywan/atoum-teamcity-extension)
==================================================================================================================================================================================================================================================================================================================================================

[](#atoumteamcity-extension-)

[atoum](http://atoum.org/) is a PHP test framework. [TeamCity](https://www.jetbrains.com/teamcity/) is a software developed by Jetbrains for Continuous Integration (CI) and Continuous Delivery (CD).

TeamCity uses [a non-standard specific test execution report format](https://confluence.jetbrains.com/display/TCD8/Build+Script+Interaction+with+TeamCity). This extension adds TeamCity support for atoum by supporting this particular report format.

Installation
------------

[](#installation)

With [Composer](https://getcomposer.org/), to include this extension into your dependencies, you need to require [`atoum/teamcity-extension`](https://packagist.org/packages/atoum/teamcity-extension):

```
$ composer require atoum/teamcity-extension '~1.0'
```

To always enable the extension, the `.atoum.php` configuration file must be edited to add:

```
use atoum\teamcity;

$extension = new teamcity\extension($script);
$extension->addToRunner($runner);
```

If you would like to enable the extension only when tests run from within a TeamCity environment, write:

```
$extension = new teamcity\extension($script);
$extension->addToRunnerWithinTeamCityEnvironment($runner);
```

The following screenshot shows the tests of this extension displayed in a TeamCity instance:

[![The extension in action inside TeamCity](https://camo.githubusercontent.com/5c58ca647179aa6bf9aad631aeb75601f9abc31cc8fefd933ea7ea6c746922ae/68747470733a2f2f6d6e74696f2e66696c65732e776f726470726573732e636f6d2f323031372f31312f73637265656e2d73686f742d323031372d31312d30362d61742d31302d35392d34302e706e673f773d31313030)](https://camo.githubusercontent.com/5c58ca647179aa6bf9aad631aeb75601f9abc31cc8fefd933ea7ea6c746922ae/68747470733a2f2f6d6e74696f2e66696c65732e776f726470726573732e636f6d2f323031372f31312f73637265656e2d73686f742d323031372d31312d30362d61742d31302d35392d34302e706e673f773d31313030)

Testing
-------

[](#testing)

Before running the test suites, the development dependencies must be installed:

```
$ composer install
```

Then, to run all the test suites:

```
$ vendor/bin/atoum --test-ext
```

License
=======

[](#license)

Please, see the `LICENSE` file. This project uses the same license than atoum.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 97.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~4 days

Total

6

Last Release

3196d ago

Major Versions

0.3.1 → 1.02017-11-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/a410060743cec0e0d8654661b726a7a25f5888f18059d4c942a8fd9a8128f0da?d=identicon)[Hoa](/maintainers/Hoa)

---

Top Contributors

[![Hywan](https://avatars.githubusercontent.com/u/946104?v=4)](https://github.com/Hywan "Hywan (46 commits)")[![harikt](https://avatars.githubusercontent.com/u/120454?v=4)](https://github.com/harikt "harikt (1 commits)")

---

Tags

atoumphpphpstormteamcitytest-frameworktestingtestteamcityatoumatoum-extension

### Embed Badge

![Health badge](/badges/atoum-teamcity-extension/health.svg)

```
[![Health](https://phpackages.com/badges/atoum-teamcity-extension/health.svg)](https://phpackages.com/packages/atoum-teamcity-extension)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
