" Bearer " . $this->access_token, "CONTENT_TYPE" => "application/json" ]; $response = $this->action( "GET", "OAuth2SpeakerActiveInvolvementApiController@getAll", $params, [], [], [], $headers ); $content = $response->getContent(); $this->assertResponseStatus(200); $involvements = json_decode($content); $this->assertTrue(!is_null($involvements)); return $involvements; } }