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

cakephp / bake / 310
90%
master: 53%

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

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

Jobs
ID Job ID Ran Files Coverage
11 310.11 (RUN_COVERAGE=1 RUN_TESTS=0 DB=mysql db_dsn='mysql://travis@0.0.0.0/cakephp_test') 17 May 2015 05:46AM UTC 0
90.3
Travis Job 310.11
Source Files on build 310
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #310
  • 25ee269a on github
  • Next Build on josegonzalez-bake-event (#313)
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