You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library hooks can only intercept HTTP requests if PHP-VCR is turned on right after initializing your autoloader, before
19
+
20
+
Library hooks can only intercept HTTP requests if PHP-VCR is turned on right after initializing your autoloader, before the actual class to be replaced is loaded.
21
+
Once loaded php-vcr does not have any change to do its' magic and intercept any request and/or response invoked by this class.
0 commit comments