• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

atoum / atoum / 2211 / 3
83%
master: 85%

Build:
Build:
LAST BUILD BRANCH: 3.x
DEFAULT BRANCH: master
Ran 18 Nov 2020 09:56PM UTC
Files 259
Run time 16s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Nov 2020 08:58PM UTC coverage: 83.196%. First build
COVERALLS_REPO_TOKEN=[secure]

push

travis-ci

Grummfy
Open the visibility of virtual hooks.

Based on the [PHPUnit's
documentation](https://phpunit.de/manual/current/en/fixtures.html#fixtures.more-setup-than-teardown):

> The `setUp()` and `tearDown()` template methods are run once for each
> test method (and on fresh instances) of the test case class.
>
> In addition, the `setUpBeforeClass()` and `tearDownAfterClass()`
> template methods are called before the first test of the test case
> class is run and after the last test of the test case class is run,
> respectively.

The correlation between atoum and PHPUnit namings is described by this
table:

| atoum              | PHPUnit              |
| ------------------ | -------------------- |
| `setUp`            | `setUpBeforeClass`   |
| `tearDown`         | `tearDownAfterClass` |
| `beforeTestMethod` | `setUp`              |
| `afterTestMethod`  | `tearDown`           |

Thus, the `atoum/phpunit-extension` needs to override the `call*`
methods to map atoum namings into PHPUnit namings. The virtual hooks are
a really great solution, but they must have the protected visibility
instead of being private.

9689 of 11646 relevant lines covered (83.2%)

0.83 hits per line

Source Files on job 2211.3 (COVERALLS_REPO_TOKEN=[secure])
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2172
  • Travis Job 2211.3
  • 39094ec9 on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc