Re: Anyone have experience with PHP-VCR

From: Simon Spero <sesuncedu_at_nyob>
Date: Sat, 17 May 2014 15:13:39 -0400
To: CODE4LIB_at_LISTSERV.ND.EDU
Is the Selenium php driver any use?
https://github.com/facebook/php-webdriver
On May 16, 2014 4:54 PM, "Karen Coombs" <librarywebchic_at_gmail.com> wrote:

> I'm trying to mock HTTP requests for a code library I'm working on by using
> the PHP-VCR library.
>
> https://github.com/php-vcr/php-vcr
>
> I'm having issues getting the tests to run against the mocks and was
> wondering if anyone else has experience using this library. I think it is a
> matching issue but can't find the error
>
> Alternatively does anyone have suggestions for how to best mock HTTP
> requests? I'm looking for something like ruby's webmock. I've tried using
> the MockPlugin within Guzzle but it doesn't let test the effectively what I
> need to test.
>
> Karen
>
Received on Sat May 17 2014 - 15:14:01 EDT