cakephp2-php8/lib/Cake/TestSuite
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
..
Coverage Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Fixture created, modified and updated fields now use static timestamp in testcases 2012-04-21 17:38:49 +02:00
Reporter Add proper charset to web test runner. 2012-04-18 22:45:55 -04:00
templates Update test suite header version to 2.1 2012-03-25 10:36:30 -07:00
CakeTestCase.php created, modified and updated fields now use static timestamp in testcases 2012-04-21 17:38:49 +02:00
CakeTestLoader.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
CakeTestRunner.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
CakeTestSuite.php CakeTestSuite::addTestDirectory() ignore non-php 2012-04-23 12:15:29 -04:00
CakeTestSuiteCommand.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
CakeTestSuiteDispatcher.php created, modified and updated fields now use static timestamp in testcases 2012-04-21 17:38:49 +02:00
ControllerTestCase.php Making sure components in controller test cases always have a fresh reference to the request object, fixes #2705 2012-03-24 14:34:29 -04:30