From 7dde859f9aecef0380de6069c09e661d024a8843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Garn=C3=A6s?= Date: Thu, 16 Jan 2014 10:55:52 +0100 Subject: [PATCH 1/3] Fix repository URL --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index a092fbb..d877412 100644 --- a/Readme.md +++ b/Readme.md @@ -8,7 +8,7 @@ PHP-VCR Examples Assuming you have got [composer](http://getcomposer.org) installed: ``` -git clone git@github.com:adri/php-vcr-examples.git +git clone git@github.com:php-vcr/php-vcr-examples.git cd php-vcr-examples/ composer install ``` @@ -44,4 +44,4 @@ To record all http requests agian, delete the fixtures: cd soap rm test/fixtures/soap_weather_api_temperature phpunit -``` \ No newline at end of file +``` From 574df91f8a307ea5518e2db99cd87b0a6d5d5daf Mon Sep 17 00:00:00 2001 From: Adrian Philipp Date: Sat, 21 Feb 2015 16:16:26 +0100 Subject: [PATCH 2/3] Deprecates this repo. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d877412..19076c2 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -PHP-VCR Examples +[DEPRECATED] PHP-VCR Examples ================ [![Build Status](https://travis-ci.org/php-vcr/php-vcr-examples.png?branch=master)](https://travis-ci.org/php-vcr/php-vcr-examples) From a581abddfd07fdffcd33eb420927b450fc18da5a Mon Sep 17 00:00:00 2001 From: Adrian Philipp Date: Sun, 3 Jan 2016 12:08:23 +0100 Subject: [PATCH 3/3] Adds integration tests hint --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 19076c2..3da66e9 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,8 @@ [DEPRECATED] PHP-VCR Examples ================ +**You can now see usage examples in the [integration tests](https://github.com/php-vcr/php-vcr/tree/master/tests/integration).** + [![Build Status](https://travis-ci.org/php-vcr/php-vcr-examples.png?branch=master)](https://travis-ci.org/php-vcr/php-vcr-examples) ## Installation