示例#1
0
 protected function setUp()
 {
     $this->mock = new \GuzzleHttp\Handler\MockHandler();
     Daisy\Client::getGuzzle()->getConfig('handler')->setHandler($this->mock);
 }