/**
  * {@inheritdoc}
  */
 protected function tearDown()
 {
     // Move the results of every class under ours. This is solely for
     // reporting, the filename will guide developers.
     self::getDatabaseConnection()->update('simpletest')->fields(array('test_class' => get_class($this)))->condition('test_id', $this->testId)->execute();
     parent::tearDown();
 }