Changeset 296
- Timestamp:
- 02/22/10 09:43:41 (5 months ago)
- Location:
- trunk/server/www/app/vendors/shells
- Files:
-
- 1 added
- 1 modified
-
cron.php (modified) (1 diff)
-
suites.php (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/www/app/vendors/shells/cron.php
r293 r296 47 47 48 48 /** 49 * Update the test suites50 */51 public function syncTestsuites()52 {53 $Testsuite = ClassRegistry::init('Testsuite');54 $Testsuite->synchronise();55 }56 57 /**58 49 * Print shell help 59 50 */
