/**
  * Start every test from an existing directory
  *
  * @return void
  */
 protected function tearDown()
 {
     chdir($this->cwd);
     parent::tearDown();
 }