Inheritance diagram for TestTask:

Public Member Functions | |
| __extras ($class) | |
| __interactive ($class=null) | |
| bake ($class, $name=null, $cases=array()) | |
| execute () | |
Public Attributes | |
| $path = TESTS | |
| $plugin = null | |
Definition at line 33 of file test.php.
| TestTask::__extras | ( | $ | class | ) |
| TestTask::__interactive | ( | $ | class = null |
) |
Handles interactive baking
private
Definition at line 74 of file test.php.
References Shell::$name, __(), Object::_stop(), bake(), camelize(), Shell::hr(), Shell::in(), and Shell::out().
Referenced by execute().
| TestTask::bake | ( | $ | class, | |
| $ | name = null, |
|||
| $ | cases = array() | |||
| ) |
Writes File
public
Definition at line 136 of file test.php.
References Shell::$name, $out, __(), __extras(), classify(), Shell::createFile(), Shell::in(), Shell::out(), tableize(), and underscore().
Referenced by __interactive(), and execute().
| TestTask::execute | ( | ) |
Execution method always used for tasks
public
Definition at line 53 of file test.php.
References __interactive(), bake(), Shell::out(), and underscore().
1.4.7