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

justim / access / 48
95%

Build:
DEFAULT BRANCH: master
Ran 10 Jul 2020 09:51AM UTC
Jobs 1
Files 32
Run time 6s
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
48

push

travis-ci

justim
Clean up all markers that resolved to `null` in arrays

We need to do this to prevent arrays with an non-sequential index after
a array_filter, causing the array to be converted to an object when
encoded as JSON

```php
[0 => 'zero', 1 => 'one']; // in JSON: ["zero", "one"]
[0 => 'zero', 2 => 'two']; // in JSON: {"0": "zero", "2": "two"}
```

992 of 1075 relevant lines covered (92.28%)

12.03 hits per line

Jobs
ID Job ID Ran Files Coverage
1 48.1 10 Jul 2020 09:51AM UTC 0
92.28
Travis Job 48.1
Source Files on build 48
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #48
  • e7e7ad9c on github
  • Prev Build on master (#47)
  • Next Build on master (#50)
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