Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
Overridden in child classes as:
- BankAccountTest::setUp()
- Sets up the test fixture.
- MoneyTest::setUp()
Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.