PhpUnit6TestCase

Extends TestCase

Compatibility 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

doSetUpBeforeClass

Compatibility method for setUpBeforeClass()

doSetUpBeforeClass() : void
static

doTearDown

Compatibility method for tearDown()

doTearDown() : void

doTearDownAfterClass

Compatibility method for tearDownAfterClass()

doTearDownAfterClass() : void
static

setUp

Sets up the fixture, for example, open a network connection.

setUp() : void

setUpBeforeClass

This method is called before the first test of this test class is run.

setUpBeforeClass() : void
static

tearDown

Tears down the fixture, for example, close a network connection.

tearDown() : void

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
static