diff --git a/cake/tests/test_app/plugins/test_plugin/vendors/shells/tasks/other_task.php b/cake/tests/test_app/plugins/test_plugin/vendors/shells/tasks/other_task.php new file mode 100644 index 00000000000..23168dbc2eb --- /dev/null +++ b/cake/tests/test_app/plugins/test_plugin/vendors/shells/tasks/other_task.php @@ -0,0 +1,22 @@ + + * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) + * + * Licensed under The Open Group Test Suite License + * Redistributions of files must retain the above copyright notice. + * + * @copyright Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://book.cakephp.org/view/1196/Testing CakePHP(tm) Tests + * @package cake + * @subpackage cake.tests.test_app.plugins.test_plugin.vendors.shells + * @since CakePHP(tm) v 2.0 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + */ +class OtherTaskTask extends Shell { + +} \ No newline at end of file