<?php
$fixture = array(
'model' => 'Forum_User',
'rows' => array(
array(
'id' => 1,
'username' => 'romanb'
),
'id' => 2,
'username' => 'jwage'
)
);