コード例 #1
0
 public function testlistviewACLHelper()
 {
     $opportunity = new Opportunity();
     $expected = array('MAIN' => 'a', 'ACCOUNT' => 'a');
     $actual = $opportunity->listviewACLHelper();
     $this->assertSame($expected, $actual);
 }