PhpUnitExtension
in package
implements
BeforeFirstTestHook, AfterLastTestHook
FinalYes
Table of Contents
Interfaces
- BeforeFirstTestHook
- This interface, as well as the associated mechanism for extending PHPUnit, will be removed in PHPUnit 10. There is no alternative available in this version of PHPUnit.
- AfterLastTestHook
- This interface, as well as the associated mechanism for extending PHPUnit, will be removed in PHPUnit 10. There is no alternative available in this version of PHPUnit.
Constants
- EA_TEST_COMMENT_MARKER_END = '*/'
- EA_TEST_COMMENT_MARKER_START = '/* added-by-ea-tests'
Methods
- executeAfterLastTest() : void
- executeBeforeFirstTest() : void
- findSourceFiles() : array<string|int, mixed>
- restoreFinalClasses() : void
Constants
EA_TEST_COMMENT_MARKER_END
private
mixed
EA_TEST_COMMENT_MARKER_END
= '*/'
EA_TEST_COMMENT_MARKER_START
private
mixed
EA_TEST_COMMENT_MARKER_START
= '/* added-by-ea-tests'
Methods
executeAfterLastTest()
public
executeAfterLastTest() : void
executeBeforeFirstTest()
public
executeBeforeFirstTest() : void
findSourceFiles()
private
findSourceFiles() : array<string|int, mixed>
Return values
array<string|int, mixed>restoreFinalClasses()
private
restoreFinalClasses() : void