예제 #1
0
 public function testGetHttpClient()
 {
     $parser = new \jakulov\HyperParser\Parser();
     $this->assertInstanceOf(\GuzzleHttp\Client::class, $parser->getHttpClient());
 }