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

keradus / PHP-CS-Fixer / 3359 / 5
94%
1.11: 82%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: 1.11
Ran 26 Dec 2017 06:33PM UTC
Files 318
Run time 10s
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

08 Dec 2017 04:33PM UTC coverage: 78.47% (+0.2%) from 78.249%
COLLECT_COVERAGE=1

push

travis-ci

keradus
feature #3275 Add PhpUnitTestAnnotationFixer (BackEndTea, keradus)

This PR was merged into the 2.9-dev branch.

Discussion
----------

Add PhpUnitTestAnnotationFixer

This PR turns php unit tests into either
```php
    /**
     * @test
     */
    public function seeIfItWorks() {...}
```
or
```php
    public function testSeeIfItWorks() {...}
```
as mentioned in #3274

Covered edge cases can be found in the tests.

Commits
-------

4abe9e04 PhpUnitTestAnnotationFixer - groom fixer
eb61e8fe Add PhpUnitTestAnnotationFixer

9141 of 11649 relevant lines covered (78.47%)

35.07 hits per line

Source Files on job 3359.5 (COLLECT_COVERAGE=1)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3359
  • Travis Job 3359.5
  • c03c7b58 on github
  • Prev Job for COLLECT_COVERAGE=1 on master (#3354.5)
  • Next Job for COLLECT_COVERAGE=1 on master (#3377.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc