TestTask Class Reference
Inheritance diagram for TestTask:

Public Member Functions | |
| bake ($class, $name=null, $cases=array()) | |
| execute () | |
Public Attributes | |
| $path = TESTS | |
| $plugin = null | |
Detailed Description
Definition at line 35 of file test.php.
Member Function Documentation
| TestTask::bake | ( | $ | class, | |
| $ | name = null, |
|||
| $ | cases = array() | |||
| ) |
Writes File
public
Definition at line 140 of file test.php.
References Shell::$name, $out, Inflector::camelize(), Inflector::classify(), Shell::createFile(), Shell::in(), Shell::out(), and Inflector::underscore().
Referenced by execute().
| TestTask::execute | ( | ) |
Execution method always used for tasks
public
Definition at line 55 of file test.php.
References bake(), Shell::out(), and Inflector::underscore().
Member Data Documentation
The documentation for this class was generated from the following file:
- 1.2.x.x/cake/console/libs/tasks/test.php