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

orchestral / auth / 456
61%
6.x: 91%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: 6.x
Ran 23 Jan 2016 09:44AM UTC
Jobs 1
Files 6
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

pending completion
456

push

travis-ci

crynobone
Fixes Custom Auth Provider.

It looks like `PasswordBrokerManager.php` is not finding custom
Authentication user providers. It looks like on line 11 it uses `use
CreatesUserProviders` then on line 73 it creates a new `PasswordBroker`.
This issue arrises because `PasswordBrokerManager` is using a trait and
referring to an array on the trait that is instantiated on
`AuthManager`. Since it is a trait it is creating a brand new empty
array on `PasswordBrokerManager` which causes issues. I am not familiar
enough with the framework to know if this is the best way to fix this,
but it works and will at least get you pointed in the right direction.

Signed-off-by: crynobone <crynobone@gmail.com>

250 of 255 relevant lines covered (98.04%)

9.53 hits per line

Jobs
ID Job ID Ran Files Coverage
7 456.7 (setup=coveralls coverage=yes) 23 Jan 2016 09:44AM UTC 0
98.04
Travis Job 456.7
Source Files on build 456
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #456
  • c2989d76 on github
  • Prev Build on 3.2 (#455)
  • Next Build on 3.2 (#457)
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