Example #1
0
 /**
  * {@inheritDoc}
  */
 public function setUp()
 {
     parent::setUp();
     $this->dbDriverMock = null;
     $this->dbPlatformMock = null;
     $this->dbConnectionMock = null;
     $this->dbAdapterMock = null;
 }
Example #2
0
 /**
  * Tears down the fixture, for example, close a network connection.
  * This method is called after a test is executed.
  */
 public function tearDown()
 {
     parent::tearDown();
     static::$sent = 0;
     $this->serviceManager = null;
 }
Example #3
0
 /**
  * Tears down the fixture, for example, close a network connection.
  * This method is called after a test is executed.
  */
 public function tearDown()
 {
     parent::tearDown();
     $this->helper = null;
     $this->viewMock = null;
     $this->pluginInstances = array();
 }