FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
apimatic
/
unirest-php
/
tests
/
Mocking
Edit File: HttpClientChild.php
<?php namespace Unirest\Test\Mocking; use Unirest\HttpClient; class HttpClientChild extends HttpClient { public function getTotalNumberOfConnections() { return $this->totalNumberOfConnections; } public function resetHandle() { $this->initializeHandle(); } }
Save
Back