public function tearDown()
 {
     parent::tearDown();
     if (file_exists($this->test_file)) {
         unlink($this->test_file);
     }
     if (file_exists($this->test_file2)) {
         unlink($this->test_file2);
     }
     $this->remove_added_uploads();
 }
 public function tearDown()
 {
     _unregister_post_type('youseeeme');
     if (isset($this->attachment_id)) {
         $this->remove_added_uploads();
     }
     parent::tearDown();
 }
 public function tearDown()
 {
     parent::tearDown();
     remove_filter('theme_page_templates', array($this, 'filter_theme_page_templates'));
 }
 public function tearDown()
 {
     parent::tearDown();
     if (file_exists($this->test_file)) {
         unlink($this->test_file);
     }
 }
 public function tearDown()
 {
     parent::tearDown();
     if ($this->has_setup_template) {
         unlink($this->has_setup_template);
     }
 }