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

keradus / PHP-CS-Fixer / 1019 / 5
82%
1.11: 82%

Build:
DEFAULT BRANCH: 1.11
Ran 21 Oct 2015 02:32PM UTC
Files 134
Run time 3s
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

16 Oct 2015 09:17AM UTC coverage: 86.241% (-0.04%) from 86.276%
1019.5

push

travis-ci

keradus
feature #1449 PhpUnitConstructFixer - Fix more use cases (SpacePossum)

This PR was squashed before being merged into the 1.11 branch (closes #1449).

Discussion
----------

PhpUnitConstructFixer - Fix more use cases

Fix the following (Not) cases as well.

```php
<?php $this->assertNotSame(false, $a);
<?php $this->assertNotFalse($a);
```

```php
<?php $this->assertNotSame(true, $a);
<?php $this->assertNotTrue($a);
```

```php
<?php $this->assertNotSame(false, $a);
<?php $this->assertNotFalse($a);
```

```php
<?php $this->assertNotSame(true, $a);
<?php $this->assertNotTrue($a);
```
Replaces https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/1380 (which was targeted at master and more of a mess).

Commits
-------

0cbf0ad PhpUnitConstructFixer - Fix more use cases

3980 of 4615 relevant lines covered (86.24%)

71.91 hits per line

Source Files on job 1019.5
  • Tree
  • List 0
  • Changed 21
  • Source Changed 12
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1019
  • Travis Job 1019.5
  • b7b14bb3 on github
  • Prev Job for on 1.11 (#1013.5)
  • Next Job for on 1.11 (#1026.3)
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