public function testlistviewACLHelper() { $call = new Call(); $expected = array('MAIN' => 'a', 'PARENT' => 'a', 'CONTACT' => 'a'); $actual = $call->listviewACLHelper(); $this->assertSame($expected, $actual); }