예제 #1
0
 public function testlistviewACLHelper()
 {
     $aCase = new aCase();
     $expected = array('MAIN' => 'a', 'ACCOUNT' => 'a');
     $actual = $aCase->listviewACLHelper();
     $this->assertSame($expected, $actual);
 }