Robert Pustułka

Results 2 issues of Robert Pustułka

Looks like Soap and Curl Hooks don't restore the original stream wrapper when calling `disable()`: https://github.com/php-vcr/php-vcr/blob/master/src/VCR/LibraryHooks/CurlHook.php#L93-L122 https://github.com/php-vcr/php-vcr/blob/master/src/VCR/LibraryHooks/SoapHook.php#L95-L122 `$this->processor->restore()` should be called to effectively restore the original wrapper.

I have a case where my ORM policies need some dependencies. I'd like to pull those from a DIC. I was thinking that it may be a good idea to...

enhancement