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

ultraware / roles / 52 / 6
63%
5.3: 61%

Build:
Build:
LAST BUILD BRANCH: 5.5
DEFAULT BRANCH: 5.3
Ran 13 May 2017 05:23PM UTC
Files 17
Run time 0s
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

13 May 2017 05:19PM UTC coverage: 63.354%. Remained the same
coverage=yes

Pull #11

travis-ci

web-flow
Fix bug on getRoles and getPermission

  There was a bug that prevented the methods to return the correct
  collection as !$this->roles or !$this->permissions was used to check
  for null and for empty collection at the same time,
  but !$this->anyCollection returns always false, even on empty collections.

  This is easyly testable on recently attached role to a user
  Ie:
    $user = User::create([...]);
    $role = Role::firstOrCreate([...]);
    $user->attachRole($role);
    $user->getRoles(); // Wrongly returns empty collection
Pull Request #11: Fix bug on getRoles and getPermission

102 of 161 relevant lines covered (63.35%)

4.38 hits per line

Source Files on job 52.6 (coverage=yes)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 52
  • Travis Job 52.6
  • ca867680 on github
  • Prev Job for coverage=yes on 5.4 (#48.6)
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