cakephp2-php8/lib/Cake/tests/test_app
AD7six 32df3156a7 consolidate cake_error and cake_developer to simply "cake_dev"
it's a lot easier for adding new translations to think:
	is it for the end user?
		use 'cake' as the domain
	is it for the developer
		use 'cake_dev' as the domain
	is it for the console
		use 'cake_console' as the domain

also neatly avoids the "this message is an error, and it's in
cake_developer, why?" - question (because cake_error was intended for
anything which is used in trigger_error/exceptions, not a variable named
$error
2011-03-20 16:38:31 +01:00
..
config Moving config tests assets and adding missing view path in View tests case 2011-01-30 23:39:07 -04:30
console Fixing the CommandList shell, renaming the TestSuiteShell to TestsuiteShell for BC 2011-03-08 14:15:44 -04:30
controllers Merge remote branch 'origin/2.0' into 2.0-class-loading 2011-01-02 02:00:03 -04:30
libs Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading 2011-03-15 21:13:45 -04:00
locale Moving the tests folder 2010-12-08 01:36:38 -04:30
models Changing paths againg form datasources sub packages, 2011-03-16 00:14:37 -04:00
plugins Changing paths againg form datasources sub packages, 2011-03-16 00:14:37 -04:00
tmp Moving the tests folder 2010-12-08 01:36:38 -04:30
vendors Merge remote branch 'origin/2.0' into 2.0-class-loading 2011-01-02 02:00:03 -04:30
views consolidate cake_error and cake_developer to simply "cake_dev" 2011-03-20 16:38:31 +01:00
webroot/theme/test_theme Moving the tests folder 2010-12-08 01:36:38 -04:30