You are here

protected property DummyALProfilesHttpClient::$data in Acquia Lift Connector 7

Prepopulate some dummy data for the API to return.

Type: array

Overrides DummyAcquiaLiftHttpClient::$data

File

acquia_lift_profiles/tests/acquia_lift_profiles.test_classes.inc, line 15

Class

DummyALProfilesHttpClient
Classes used for testing.

Code

protected $data = array(
  'segments' => array(
    'segment1',
    'segment2',
  ),
  'events' => array(),
);