Exemple #1
0
 /**
  * Called after the test functions are executed
  * this function is defined in PHPUnit_TestCase and overwritten
  * here.
  *
  * @since 1.0
  */
 protected function tearDown()
 {
     parent::tearDown();
     $this->sequence->dropTable();
     unset($this->sequence);
 }
Exemple #2
0
 /**
  * {@inheritdoc}
  *
  * @since 2.0
  */
 protected function tearDown()
 {
     $sequence = new Sequence();
     $sequence->dropTable();
 }