mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding test file to test loading.
This commit is contained in:
parent
9804ed0cb3
commit
cb3c7feb5c
1 changed files with 22 additions and 0 deletions
22
cake/tests/test_app/plugins/test_plugin/vendors/shells/tasks/other_task.php
vendored
Normal file
22
cake/tests/test_app/plugins/test_plugin/vendors/shells/tasks/other_task.php
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
/**
|
||||
* Testing task in a plugin
|
||||
*
|
||||
* PHP versions 4 and 5
|
||||
*
|
||||
* CakePHP(tm) Tests <http://book.cakephp.org/view/1196/Testing>
|
||||
* 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 {
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue