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
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.
$fileExtension
private
mixed
$fileExtension
$testDir
private
mixed
$testDir
$testTitle
private
mixed
$testTitle
Methods
__construct()
public
__construct(mixed $params) : mixed
Parameters
- $params : mixed
Run()
Run the tests, returning the reporter output.
public
Run() : mixed