PHP 클래스 BaserHtmlReporter

상속: extends CakeHtmlReporter
파일 보기 프로젝트 열기: baserproject/basercms

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
_paintLinks ( ) : void Renders the links that for accessing things in the test suite.

메소드 상세

baseUrl() 공개 메소드

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

paintDocumentEnd() 공개 메소드

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

paintDocumentStart() 공개 메소드

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

paintTestMenu() 공개 메소드

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

testCaseList() 공개 메소드

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