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

FriendsOfPHP / PHP-CS-Fixer / 4058
83%
master: 93%

Build:
Build:
LAST BUILD BRANCH: phpdocAlignFixer
DEFAULT BRANCH: master
Ran 16 Oct 2015 09:20AM UTC
Jobs 5
Files 134
Run time 2min
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
4058

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

4241 of 4867 relevant lines covered (87.14%)

276.65 hits per line

Jobs
ID Job ID Ran Files Coverage
2 4058.2 16 Oct 2015 09:18AM UTC 0
85.31
Travis Job 4058.2
3 4058.3 16 Oct 2015 09:18AM UTC 0
85.89
Travis Job 4058.3
4 4058.4 16 Oct 2015 09:18AM UTC 0
86.02
Travis Job 4058.4
5 4058.5 16 Oct 2015 09:18AM UTC 0
86.24
Travis Job 4058.5
7 4058.7 16 Oct 2015 09:21AM UTC 0
77.62
Travis Job 4058.7
Source Files on build 4058
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4058
  • b7b14bb3 on github
  • Prev Build on 1.11 (#4052)
  • Next Build on 1.11 (#4090)
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