mark_story
|
6d3ae3b83c
|
Fix missed use of VERSION.
|
2012-10-15 21:48:36 -04:00 |
|
mark_story
|
f6c5ceb77a
|
Use id() as VERSION doesn't exist in phpunit 3.6
|
2012-10-15 21:38:10 -04:00 |
|
mark_story
|
f89fe0e1ef
|
Fix tests that fail in PHPUnit 3.7
Add skips for PHPUnit 3.6. Mock object expects required clones in 3.6,
but fail in 3.7 with clones.
|
2012-10-15 21:36:12 -04:00 |
|
Adam Taylor
|
4090c2e932
|
Remove trailing whitespace from comments
See http://groups.google.com/d/topic/cakephp-core/fuHTYMKVJno/discussion
|
2012-10-15 18:19:37 -06:00 |
|
mark_story
|
4f637ed4c4
|
Revert "Fix failing tests in PHPUnit 3.7.0-RC2"
This reverts commit d26040e3aa .
This change causes tests to fail in PHPUnit 3.6, this will have to wait
until 3.7.0 stable.
|
2012-09-09 21:36:33 -04:00 |
|
mark_story
|
d26040e3aa
|
Fix failing tests in PHPUnit 3.7.0-RC2
|
2012-09-09 21:25:53 -04:00 |
|
Juan Basso
|
3b1bd90ad6
|
Updated copyright to 2012.
|
2012-03-12 22:46:07 -04:00 |
|
mark_story
|
b2d393eeb9
|
Fix coding standards in Case/Event
|
2012-03-12 21:22:17 -04:00 |
|
Majna
|
8ad989cabe
|
Fix dispatching event when event key name is used.
|
2012-01-05 18:31:00 +01:00 |
|
Jose Lorenzo Rodriguez
|
ffa12f4d47
|
Fixing test and implementing return values for events
|
2011-12-25 21:52:12 -04:30 |
|
Jose Lorenzo Rodriguez
|
0a49bd987c
|
Refactoring subscriber attaching and making it possible to define multiple functions per event
|
2011-12-25 14:42:25 -04:30 |
|
Jose Lorenzo Rodriguez
|
32fe854fab
|
Adding test for event stopPropagation
|
2011-12-25 14:42:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
f1acd70bad
|
Implementing a global event manager
|
2011-12-25 14:42:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
bb62f05890
|
Implementing subscriber detaching
|
2011-12-25 14:42:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
adf95a7ac6
|
Testing the subscriber object attaching to the manager
|
2011-12-25 14:42:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
bef20e6175
|
Starting to add subscriber classes support, inverted the parameter order for CakeEventManager::attach()
|
2011-12-25 14:42:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
e8044cd528
|
Adding new general purpose event system, thanks to Florian Krämer for the original implementation
|
2011-12-25 14:42:24 -04:30 |
|