Пример #1
0
 public function testlistviewACLHelper()
 {
     $lead = new Lead();
     $expected = array("MAIN" => "a", "ACCOUNT" => "a", "OPPORTUNITY" => "a", "CONTACT" => "a");
     $actual = $lead->listviewACLHelper();
     $this->assertSame($expected, $actual);
 }