PHP Class BaserHtmlReporter

Inheritance: extends CakeHtmlReporter
Afficher le fichier Open project: baserproject/basercms

Méthodes publiques

Méthode 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.

Méthodes protégées

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

Method Details

baseUrl() public méthode

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

paintDocumentEnd() public méthode

Paints the end of the document html.
public paintDocumentEnd ( ) : void
Résultat void

paintDocumentStart() public méthode

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

paintTestMenu() public méthode

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

testCaseList() public méthode

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