From c4348eeb5d41ad2483b11e81fe1c5664a61246cd Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sat, 20 Sep 2014 01:54:41 -0400 Subject: [PATCH 1/4] Updated CURL error test --- tests/GooglePlacesTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/GooglePlacesTest.php b/tests/GooglePlacesTest.php index 7393ada..2d0b401 100644 --- a/tests/GooglePlacesTest.php +++ b/tests/GooglePlacesTest.php @@ -352,12 +352,12 @@ class GooglePlacesTest extends PHPUnit_Framework_TestCase /** * @expectedException Exception - * @expectedExceptionMessage CURL Error: Could not resolve host: bar + * @expectedExceptionMessage CURL Error: Protocol yatp not supported or disabled in libcurl */ public function testClientError() { $client = new joshtronic\GooglePlacesClient(); - $client->get('http://foo@bar:google.com'); + $client->get('yatp://foo@bar'); } } From 4497b6c0b6c8e0670216a1ae84c5de2c4edfcd3b Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sat, 20 Sep 2014 01:57:08 -0400 Subject: [PATCH 2/4] Updated test environments. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7fc36a0..70a6fed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,11 @@ php: - 5.5 - 5.6 - hhvm + - hhvm-nightly matrix: allow_failures: - - php: 5.6 - - php: hhvm + - php: hhvm-nightly install: - composer install From c72e2b06e1a2dcf7fa6d9b34fbe2d72edc68b012 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sat, 20 Sep 2014 15:38:53 -0400 Subject: [PATCH 3/4] Updated homepage --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a0b6730..148b173 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "authors": [{ "name": "Josh Sherman", "email": "josh@gravityblvd.com", - "homepage": "https://github.com/joshtronic/php-googleplaces" + "homepage": "http://joshtronic.com" }], "require": { "php": ">=5.3.0" From 08c811efbeec0e19342304e1a6b90c6679b2c6f5 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Mon, 2 Mar 2020 21:02:19 -0600 Subject: [PATCH 4/4] Add funding. --- FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 FUNDING.yml diff --git a/FUNDING.yml b/FUNDING.yml new file mode 100644 index 0000000..9396c28 --- /dev/null +++ b/FUNDING.yml @@ -0,0 +1 @@ +github: joshtronic