public function testget_list_view_data()
 {
     $emailMarketing = new EmailMarketing();
     //execute the method and verify that it retunrs expected results
     $expected = array('ALL_PROSPECT_LISTS' => '0');
     $actual = $emailMarketing->get_list_view_data();
     $this->assertSame($expected, $actual);
 }