LimeSurvey API - Master branch

SimpleTester
in package

SimpleTester 1.1 CodeIgniter-library for the SimpleTest unit test library, http://simpletest.org/

Default settings: All php files in application/tests will be added to a unit tests suite and run automatically, displaying errors. See the included tests/TEMPLATE_*.php files for an introduction to SimpleTest.

Tags
access

public

author

Andreas Söderlund, ciscoheat CARE OF gmail DOT com

Table of Contents

Properties

$Reporter  : mixed
What reporter should be used for display.
$fileExtension  : mixed
$testDir  : mixed
$testTitle  : mixed

Methods

__construct()  : mixed
Run()  : mixed
Run the tests, returning the reporter output.

Properties

$Reporter

What reporter should be used for display.

public mixed $Reporter = 'MinimalReporter'

Could be either HtmlReporter, SmallReporter, MinimalReporter or ShowPasses.

Methods

__construct()

public __construct(mixed $params) : mixed
Parameters
$params : mixed

Run()

Run the tests, returning the reporter output.

public Run() : mixed

        
On this page

Search results