Source for this file: /UnitTest/src/regression_test.php
PHPUnit_Framework_TestCase | --ezcTestCase | --ezcTestRegressionTest
Version: | //autogentag// |
SORT_MODE
= 'name'
|
How to sort the test files: 'mtime' sorts by modification time, any other value sorts by name. |
protected mixed |
$currentFile
|
protected mixed |
$files
= array()
|
public static void |
suite(
)
|
public ezcTestRegressionTest |
__construct(
)
|
public void |
getFiles(
)
|
public void |
getName(
[ $withDataSet
= TRUE] )
|
protected void |
outFileName(
$file
, $inExtension
, [ $outExtension
= '.out'] )
|
protected void |
readDirRecursively(
$dir
, &$total
, [ $onlyWithExtension
= false] )
|
public void |
runTest(
)
|
public void |
setCurrentFile(
$file
)
|
protected void |
sortTestsByMtime(
$a
, $b
)
|
protected void |
sortTestsByName(
$a
, $b
)
|
From ezcTestCase | |
---|---|
public void |
ezcTestCase::assertSetProperty()
Checks if $expectedValues are properly set on $propertyName in $object. |
public void |
ezcTestCase::assertSetPropertyFails()
Checks if $setValues fail when set on $propertyName in $object. |
public void |
ezcTestCase::cleanTempDir()
|
protected void |
ezcTestCase::createTempDir()
Creates and returns the temporary directory. |
public void |
ezcTestCase::getTempDir()
Get the name of the temporary directory. |
public void |
ezcTestCase::removeTempDir()
Remove the temp directory. |
Name | Type | Description |
---|---|---|
$withDataSet |
Name | Type | Description |
---|---|---|
$file |
||
$inExtension |
||
$outExtension |
Name | Type | Description |
---|---|---|
$dir |
||
&$total |
||
$onlyWithExtension |
Name | Type | Description |
---|---|---|
$file |
Name | Type | Description |
---|---|---|
$a |
||
$b |
Name | Type | Description |
---|---|---|
$a |
||
$b |