Beispiel #1
0
 /**
  * testToString
  *
  * @return void
  */
 public function testToString()
 {
     $aclRole = new AclRole();
     $aclRole->setRoleId('role');
     $this->assertEquals('role', $aclRole->__toString(), 'toString should return role id.');
 }