/**
  * @expectedException \Exception
  * @expectedExceptionMessage Could not open  for reading! File does not exist.
  */
 public function testFileSupportsNotExists()
 {
     $object = new Serialized();
     $object->fileSupportsUnserializePHPPowerPoint('');
 }