Example #1
0
 public function testEnableSingleLibraryHook()
 {
     $this->config->enableLibraryHooks('stream_wrapper');
     $this->assertEquals(array('VCR\\LibraryHooks\\StreamWrapperHook'), $this->config->getLibraryHooks());
 }