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