예제 #1
0
파일: CallTest.php 프로젝트: recci/SuiteCRM
 public function testlistviewACLHelper()
 {
     $call = new Call();
     $expected = array('MAIN' => 'a', 'PARENT' => 'a', 'CONTACT' => 'a');
     $actual = $call->listviewACLHelper();
     $this->assertSame($expected, $actual);
 }