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

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

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

pending completion
3359

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

Jobs
ID Job ID Ran Files Coverage
5 3359.5 (COLLECT_COVERAGE=1) 26 Dec 2017 06:25PM UTC 0
78.47
Travis Job 3359.5
Source Files on build 3359
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3359
  • c03c7b58 on github
  • Prev Build on master (#3354)
  • Next Build on master (#3377)
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