Example #1
0
 public function testSetStorageInvalidName()
 {
     $this->setExpectedException('VCR\\VCRException', "Storage 'Does not exist' not available.");
     $this->config->setStorage('Does not exist');
 }