daviddesberg / PHPoAuthLib

PHP 5.3+ oAuth 1/2 Client Library
Other
1.09k stars 453 forks source link

Prevent error when skipping test #561

Closed Alanaktion closed 3 years ago

Alanaktion commented 4 years ago

This should fix the current Travis builds on master, at least on the correctly-supported PHP releases. This test is currently being "skipped" but still triggering an error because the $response variable is still being used when undefined.