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

cakephp / bake / 310 / 11
90%
master: 53%

Build:
Build:
LAST BUILD BRANCH: bugfix/inflection
DEFAULT BRANCH: master
Ran 17 May 2015 05:46AM UTC
Files 18
Run time 2s
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

17 May 2015 05:42AM UTC coverage: 90.298%. First build
RUN_COVERAGE=1 RUN_TESTS=0 DB=mysql db_dsn='mysql://travis@0.0.0.0/cakephp_test'

push

travis-ci

josegonzalez
Create Bake EventListener class

This class allows users to implement custom event listeners in their applications, allowing the following kind of usage:

```php
EventManager::instance()->attach(function (Event $event) {
    (new VersionListener($event))();
}, 'Bake.beforeRender');
```

This would be useful for users attempting to modify bake output by injecting/modifying view variables.

1638 of 1814 relevant lines covered (90.3%)

8.06 hits per line

Source Files on job 310.11 (RUN_COVERAGE=1 RUN_TESTS=0 DB=mysql db_dsn='mysql://travis@0.0.0.0/cakephp_test')
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 310
  • Travis Job 310.11
  • 25ee269a on github
  • Next Job for RUN_COVERAGE=1 RUN_TESTS=0 DB=mysql db_dsn='mysql://travis@0.0.0.0/cakephp_test' on josegonzalez-bake-event (#313.11)
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