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

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

Build:
DEFAULT BRANCH: 1.11
Ran 21 Oct 2015 02:33PM UTC
Files 134
Run time 4s
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: 85.309% (-0.04%) from 85.347%
1019.2

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

3937 of 4615 relevant lines covered (85.31%)

69.44 hits per line

Source Files on job 1019.2
  • 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.2
  • b7b14bb3 on github
  • Prev Job for on 1.11 (#1013.2)
  • Next Job for on 1.11 (#1026.5)
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