/**
  * @expectedException PHPUnit_Framework_Error_Deprecated
  */
 public function testSetTempDirIsDeprecated()
 {
     $config = new Configuration();
     $config->setTempDir('fake');
 }