Skip to content

Commit 72066db

Browse files
committed
concluded open sentence on why it is necessary to turn on php-vcr in the bootstrap file.
1 parent 4cf18d1 commit 72066db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/_posts/2013-10-20-configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ PHP-VCR can be configured by calling it's `configure` method which returns a `Co
1616
\VCR\VCR::configure()->enableLibraryHooks(array('curl_rewrite', 'soap'));
1717
\VCR\VCR::turnOn();
1818

19-
Library hooks can only intercept HTTP requests if PHP-VCR is turned on right after initializing your autoloader, before
19+
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.
20+
Once loaded php-vcr does not have any change to do its' magic and intercept any request and/or response invoked by this class.
2021

2122
## Request matching
2223

0 commit comments

Comments
 (0)