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

FriendsOfPHP / PHP-CS-Fixer / 15489
93%

Build:
DEFAULT BRANCH: master
Ran 02 Jun 2018 09:00AM UTC
Jobs 1
Files 363
Run time 21s
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
15489

push

travis-ci

keradus
feature #3785 PhpUnitDedicateAssertFixer - fix to assertCount too (SpacePossum)

This PR was squashed before being merged into the 2.12-dev branch (closes #3785).

Discussion
----------

PhpUnitDedicateAssertFixer - fix to assertCount too

closes https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/3750

```
            'assert same' => [
                '<?php $this->assertCount(1, $a);',
                '<?php $this->assertSame(1, count($a));',
            ],
```

for more example please see the tests

Commits
-------

cf8221b2 PhpUnitDedicateAssertFixer - fix to assertCount too

11276 of 13949 relevant lines covered (80.84%)

34.01 hits per line

Jobs
ID Job ID Ran Files Coverage
6 15489.6 (COLLECT_COVERAGE=1) 02 Jun 2018 08:53AM UTC 0
80.84
Travis Job 15489.6
Source Files on build 15489
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #15489
  • 6a718852 on github
  • Prev Build on master (#15478)
  • Next Build on master (#15494)
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