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

keradus / PHP-CS-Fixer / 1019
82%

Build:
DEFAULT BRANCH: 1.11
Ran 21 Oct 2015 02:32PM UTC
Jobs 5
Files 134
Run time 4min
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
1019

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 1019.2 21 Oct 2015 02:29PM UTC 0
85.31
Travis Job 1019.2
3 1019.3 21 Oct 2015 02:29PM UTC 0
85.89
Travis Job 1019.3
4 1019.4 21 Oct 2015 02:29PM UTC 0
86.02
Travis Job 1019.4
5 1019.5 21 Oct 2015 02:29PM UTC 0
86.24
Travis Job 1019.5
7 1019.7 21 Oct 2015 02:34PM UTC 0
77.62
Travis Job 1019.7
Source Files on build 1019
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1019
  • b7b14bb3 on github
  • Prev Build on 1.11 (#1013)
  • Next Build on 1.11 (#1026)
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