TestCase
Extends PhpUnit6TestCaseCompatibility test case used for PHPUnit 6.x and earlier
abstract
| since |
1.4.0 |
|---|---|
| package |
Joomla Framework |
Methods
doSetUp
Compatibility method for setUp()
doSetUp() : void
inherited
doSetUpBeforeClass
Compatibility method for setUpBeforeClass()
doSetUpBeforeClass() : void
inherited static
doTearDown
Compatibility method for tearDown()
doTearDown() : void
inherited
doTearDownAfterClass
Compatibility method for tearDownAfterClass()
doTearDownAfterClass() : void
inherited static
setUp
Sets up the fixture, for example, open a network connection.
setUp() : void
inherited
setUpBeforeClass
This method is called before the first test of this test class is run.
setUpBeforeClass() : void
inherited static
tearDown
Tears down the fixture, for example, close a network connection.
tearDown() : void
inherited
This method is called after a test is executed.
tearDownAfterClass
This method is called after the last test of this test class is run.
tearDownAfterClass() : void
inherited static