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

keradus / PHP-CS-Fixer / 1515 / 7
90%
1.11: 82%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: 1.11
Ran 12 Mar 2016 09:15PM UTC
Files 163
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

12 Mar 2016 08:31PM UTC coverage: 89.353%. First build
SYMFONY_VERSION="~2.8"

push

travis-ci

keradus
feature #1792 Add PhpUnitDedicateAssertFixer. (SpacePossum)

This PR was squashed before being merged into the 1.12 branch (closes #1792).

Discussion
----------

Add PhpUnitDedicateAssertFixer.

Expected
```
<?php
$this->assertEmpty($a);
$this->assertNotEmpty($a);
$this->assertFileExists($a);
$this->assertFileNotExists($a);
$this->assertNotNull($a);
$this->assertNull($a);
$this->assertNan($a);
$this->assertInternalType('float', $a);
```

Input
```php
<?php
$this->assertTrue(empty($a));
$this->ASSERTFALSE(empty($a));
$this->assertTrue(file_exists($a));
$this->assertFalse(file_exists($a));
$this->assertTrue(is_null($a));
$this->assertFalse(is_null($a));
$this->assertTrue(is_nan($a));
$this->assertTrue(is_real( $a));
```

Commits
-------

d28f19c Add PhpUnitDedicateAssertFixer.

4129 of 4621 relevant lines covered (89.35%)

91.43 hits per line

Source Files on job 1515.7 (SYMFONY_VERSION="~2.8")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1515
  • Travis Job 1515.7
  • 965db36a on github
  • Prev Job for SYMFONY_VERSION="~2.8" on 1.12 (#1509.7)
  • Next Job for SYMFONY_VERSION="~2.8" on 1.12 (#1575.7)
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