/** * SearchApiTest constructor. */ public function setUp() { parent::setUp(); $this->header = ['Host: api.twitter.com', 'Authorization: Bearer BEARER TOKEN', 'Content-Type: application/x-www-form-urlencoded;charset=UTF-8']; }