TestSuiteShell Class Reference

Inheritance diagram for TestSuiteShell:

Shell Object

List of all members.


Public Member Functions

 help ()
 initialize ()
 main ()

Public Attributes

 $category = ''
 $doCoverage = false
 $file = ''
 $headline = 'CakePHP Test Shell'
 $isPluginTest = false
 $plugins = array()
 $type = ''

Detailed Description

Definition at line 29 of file testsuite.php.


Member Function Documentation

TestSuiteShell::help (  ) 

Help screen

Returns:
void public

Reimplemented from Shell.

Definition at line 158 of file testsuite.php.

References Shell::out().

TestSuiteShell::initialize (  ) 

Initialization method installs Simpletest and loads all plugins

Returns:
void public

Reimplemented from Shell.

Definition at line 85 of file testsuite.php.

References $plugins, Configure::corePaths(), Configure::listObjects(), and Inflector::underscore().

TestSuiteShell::main (  ) 

Main entry point to this shell

Returns:
void public

Definition at line 109 of file testsuite.php.

References Shell::err(), Shell::hr(), Shell::out(), and Inflector::underscore().


Member Data Documentation

TestSuiteShell::$category = ''

Definition at line 36 of file testsuite.php.

TestSuiteShell::$doCoverage = false

Definition at line 71 of file testsuite.php.

TestSuiteShell::$file = ''

Definition at line 50 of file testsuite.php.

TestSuiteShell::$headline = 'CakePHP Test Shell'

Definition at line 78 of file testsuite.php.

TestSuiteShell::$isPluginTest = false

Definition at line 64 of file testsuite.php.

TestSuiteShell::$plugins = array()

Definition at line 57 of file testsuite.php.

Referenced by initialize().

TestSuiteShell::$type = ''

Definition at line 43 of file testsuite.php.


The documentation for this class was generated from the following file: