protected function tearDown()
{
$this->object->delete();
$this->documentType->delete();
$this->user->delete();
$this->layout->delete();
$this->view->delete();
unset($this->documentType);
unset($this->user);
unset($this->layout);
unset($this->view);
unset($this->object);
}