cakephp2-php8/lib/Cake
Till Claassen 3f7e2f536f CakeTestSuite::addTestDirectory() ignore non-php
CakeTestSuite::addTestDirectory() and addTestDirectoryRecursive()
now ignore any files that do not end in .php

This avoids any stray non-php files being parsed, especially
tilde-style backup files that end in .php~

Improves #2031

Signed-off-by: mark_story <mark@mark-story.com>
2012-04-23 12:15:29 -04:00
..
Cache Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Config Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Configure Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Console Update available App::build settings in bootstrap 2012-04-22 21:16:00 -07:00
Controller Fixing call to deprecated method, using startupProcess() which will initialize components. 2012-04-13 15:57:06 +02:00
Core Fix issue where requestAction() would not strip base url. 2012-03-24 18:11:07 -04:00
Error Fix which request is used for error pages. 2012-04-03 13:24:36 -04:00
Event Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
I18n Ensure L10n::get() consistently returns the set language. Closes #2737 2012-04-09 00:49:24 +05:30
Log Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Model created, modified and updated fields now use static timestamp in testcases 2012-04-21 17:38:49 +02:00
Network Convert FILES processing to use recursion. 2012-04-17 22:28:08 -04:00
Routing Fixed bug in Router::normalize() 2012-04-21 18:37:58 -07:00
Test CakeTestSuite::addTestDirectory() ignore non-php 2012-04-23 12:15:29 -04:00
TestSuite CakeTestSuite::addTestDirectory() ignore non-php 2012-04-23 12:15:29 -04:00
Utility Make Validation::decimal accept integers 2012-04-17 20:22:22 -04:00
View Fix introspection on models in other plugins. 2012-04-17 21:35:03 -04:00
basics.php substr() optimizations 2012-03-28 13:07:26 -07:00
bootstrap.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
LICENSE.txt Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
VERSION.txt Update version number to 2.1.1 2012-03-25 21:00:26 -04:30