This website requires JavaScript.
Explore
Help
Sign in
adulau
/
cakephp2-php8
Watch
1
Star
0
Fork
You've already forked cakephp2-php8
0
mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced
2025-01-31 09:06:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
55cc3296ab
cakephp2-php8
/
cake
/
tests
/
cases
History
mark_story
55cc3296ab
Making the Debugger tests pass when you have debug = 0 in your config file. Tests are runnable while debug = 0 from CLI.
2010-11-14 00:59:45 -05:00
..
console
Turning __get() back into methods. There were so few properties being accessed that it didn't make sense to have __get(), over a handful of methods.
2010-11-12 23:57:55 -05:00
libs
Making the Debugger tests pass when you have debug = 0 in your config file. Tests are runnable while debug = 0 from CLI.
2010-11-14 00:59:45 -05:00
basics.test.php
Unwinding several ifs used in debug(). Creating simple string templates instead.
Fixes
#818
2010-10-24 18:23:27 -04:00