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

eberfreitas / cakephp-power-router / 5 / 7
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 04 Jun 2015 03:14PM UTC
Files 2
Run time 1s
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

04 Jun 2015 02:58PM UTC coverage: 95.455% (-2.2%) from 97.619%
COVERALLS=1 CAKE_VERSION=2.5

Pull #2

travis-ci

albertboada
Fixes named routes being accidentally matched with the first route that did not have a `routeName` in the routes list. Example:

```php
// app/Config/routes.php
Router::connect('/pages/*', ['controller' => 'pages', 'action' => 'display']);
Router::connect('/login', ['controller' => 'users', 'action' => 'login'], ['routeName' => 'login']);
```

`Router::url(['routeName' => 'login'])` was returning a pages display url.
Pull Request #2: Fixes named routes being accidentally matched with the first route that did not have a `routeName` in the routes list.

42 of 44 relevant lines covered (95.45%)

1.36 hits per line

Source Files on job 5.7 (COVERALLS=1 CAKE_VERSION=2.5)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5
  • Travis Job 5.7
  • dad9f452 on github
  • Prev Job for COVERALLS=1 CAKE_VERSION=2.5 on master (#3.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

© 2025 Coveralls, Inc