protected function BankAccountTest::setUp

Sets up the fixture, for example, open a network connection. This method is called before a test is executed.

Overrides PHPUnit_Framework_TestCase::setUp

File

drupal/core/vendor/phpunit/phpunit/Tests/_files/BankAccountTest.php, line 62

Class

BankAccountTest
Tests for the BankAccount class.

Code

protected function setUp() {
  $this->ba = new BankAccount();
}