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
The urls are now at live., farms have been deprecated.
It seems, though, that this should be in the flickr library (and tests) rather than here, though maybe both.
In this case, tests fail because it's trying to download a file from the farm url.
vendor/bin/phpunit
PHPUnit 8.5.38 by Sebastian Bergmann and contributors.
Warning - The configuration file did not pass validation!
The following problems have been detected:
Line 7:
- Element 'testsuite': The attribute 'name' is required but missing.
Test results may not be as expected.
E 1 / 1 (100%)
Time: 263 ms, Memory: 6.00 MB
There was 1 error:
1) Samwilson\PhpFlickrCli\Test\TemplateTest::testCreation
copy(): php_network_getaddresses: getaddrinfo for farmf.staticflickr.com failed: Name or service not known
/home/tac/g/tacman/phpflickr-cli/src/Template.php:153
/home/tac/g/tacman/phpflickr-cli/tests/TemplateTest.php:77
ERRORS!
Tests: 1, Assertions: 0, Errors: 1.
The text was updated successfully, but these errors were encountered:
https://www.flickr.com/services/api/misc.urls.html
The urls are now at live., farms have been deprecated.
It seems, though, that this should be in the flickr library (and tests) rather than here, though maybe both.
In this case, tests fail because it's trying to download a file from the farm url.
The text was updated successfully, but these errors were encountered: