DoubleTestCase
in package
implements
PHPUnit_Framework_Test
Interfaces, Classes and Traits
- PHPUnit_Framework_Test
- A Test can be run and collect its results.
Table of Contents
- $testCase : mixed
- __construct() : mixed
- count() : mixed
- run() : PHPUnit_Framework_TestResult
- Runs a test and collects its result in a TestResult instance.
Properties
$testCase
protected
mixed
$testCase
Methods
__construct()
public
__construct(PHPUnit_Framework_TestCase $testCase) : mixed
Parameters
- $testCase : PHPUnit_Framework_TestCase
Return values
mixed —count()
public
count() : mixed
Return values
mixed —run()
Runs a test and collects its result in a TestResult instance.
public
run([PHPUnit_Framework_TestResult $result = null ]) : PHPUnit_Framework_TestResult
Parameters
- $result : PHPUnit_Framework_TestResult = null