PhpUnit
extends JUnit
in package
Table of Contents
Constants
- FILE_LEVEL = 2
- SUITE_LEVEL = 1
Properties
- $strictAttributes : mixed
- $currentFile : mixed
- $currentFileSuite : mixed
Methods
- endTest() : void
- endTestSuite() : void
- Cleans the mess caused by test suite manipulation in startTest
- startTest() : void
Constants
FILE_LEVEL
public
mixed
FILE_LEVEL
= 2
SUITE_LEVEL
public
mixed
SUITE_LEVEL
= 1
Properties
$strictAttributes
protected
mixed
$strictAttributes
= ['file', 'name', 'class']
$currentFile
private
mixed
$currentFile
$currentFileSuite
private
mixed
$currentFileSuite
Methods
endTest()
public
endTest(Test $test, float $time) : void
Parameters
- $test : Test
- $time : float
endTestSuite()
Cleans the mess caused by test suite manipulation in startTest
public
endTestSuite(TestSuite $suite) : void
Parameters
- $suite : TestSuite
startTest()
public
startTest(Test $test) : void
Parameters
- $test : Test