setUp() public method

public setUp ( )
 public function setUp()
 {
     parent::setUp();
     $this->logIn();
 }
 public function setUp()
 {
     parent::setUp();
     $this->initializeMailCatcher();
 }
Example #3
0
 public function setUp()
 {
     parent::setUp();
     $this->Customer = $this->createCustomer();
 }
 public function setUp()
 {
     parent::setUp();
     $this->initializeMailCatcher();
     $this->Customer = $this->createCustomer();
 }