mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Adding Docblocks to TextTestManager
This commit is contained in:
parent
8181acbb0b
commit
183abfa4a9
1 changed files with 3 additions and 1 deletions
|
@ -475,7 +475,7 @@ class TextTestManager extends TestManager {
|
|||
/**
|
||||
* Returns the base url
|
||||
*
|
||||
* @return void
|
||||
* @return string The base URL for link building.
|
||||
* @access public
|
||||
*/
|
||||
function getBaseURL() {
|
||||
|
@ -485,6 +485,7 @@ class TextTestManager extends TestManager {
|
|||
/**
|
||||
* Returns a list of available group tests in a text-friendly format
|
||||
*
|
||||
* @return string A link list for group tests.
|
||||
* @access public
|
||||
*/
|
||||
function &getGroupTestList() {
|
||||
|
@ -513,6 +514,7 @@ class TextTestManager extends TestManager {
|
|||
/**
|
||||
* Returns a list of available test cases in a text-friendly format
|
||||
*
|
||||
* @param string A link list for test cases.
|
||||
* @access public
|
||||
*/
|
||||
function &getTestCaseList() {
|
||||
|
|
Loading…
Reference in a new issue