PHP Class BaserHtmlReporter

Inheritance: extends CakeHtmlReporter
Datei anzeigen Open project: baserproject/basercms

Public Methods

Method Description
baseUrl ( ) : string Get the baseUrl if one is available.
paintDocumentEnd ( ) : void Paints the end of the document html.
paintDocumentStart ( ) : void Paints the document start content contained in header.php
paintTestMenu ( ) : void Paints the menu on the left side of the test suite interface.
testCaseList ( ) : void Retrieves and paints the list of tests cases in an HTML format.

Protected Methods

Method Description
_paintLinks ( ) : void Renders the links that for accessing things in the test suite.

Method Details

baseUrl() public method

Get the baseUrl if one is available.
public baseUrl ( ) : string
return string The base URL for the request.

paintDocumentEnd() public method

Paints the end of the document html.
public paintDocumentEnd ( ) : void
return void

paintDocumentStart() public method

Paints the document start content contained in header.php
public paintDocumentStart ( ) : void
return void

paintTestMenu() public method

Contains all of the various plugin, core, and app buttons.
public paintTestMenu ( ) : void
return void

testCaseList() public method

Retrieves and paints the list of tests cases in an HTML format.
public testCaseList ( ) : void
return void