コード例 #1
0
 /**
  * Tear down test environment.
  */
 public function tearDown()
 {
     if ($this->connection->tableExists('key_values')) {
         $this->connection->dropTable('key_values');
     }
     parent::tearDown();
 }
コード例 #2
0
 /**
  * Tear down test environment.
  */
 public function tearDown()
 {
     if ($this->connection->tableExists('position_head_entries')) {
         $this->connection->dropTable('position_head_entries');
     }
     parent::tearDown();
 }
コード例 #3
0
 /**
  * {@inheritdoc}
  */
 public function tearDown()
 {
     $this->connection->dropTable('stats_snapshots');
     parent::tearDown();
 }