nategood / httpful

A Chainable, REST Friendly, PHP HTTP Client. A sane alternative to cURL.
MIT License
1.74k stars 298 forks source link

Test needs to be updated #279

Closed abantecart closed 4 years ago

abantecart commented 5 years ago

tests/Httpful/requestTest.php and tests/Httpful/HttpfulTest.php needs to be updated.

PHPUnit 6 or 7 no longer have PHPUnit_Framework_TestCase,

Fatal error: Class 'PHPUnit_Framework_TestCase' not found in /home/travis/build/nategood/httpful/tests/Httpful/HttpfulTest.php on line 24

nategood commented 4 years ago

Resolved in 0.3.0