/
home
/
obinna
/
html
/
stage
/
vendor
/
tinify
/
tinify
/
test
/
Upload File
HOME
<?php require_once("curl_mock.php"); require_once("vendor/autoload.php"); class TestCase extends \PHPUnit_Framework_TestCase { function setUp() { Tinify\CurlMock::reset(); Tinify\setKey(NULL); TInify\setProxy(NULL); } function tearDown() { Tinify\CurlMock::reset(); } }