10 lines
170 B
PHP
10 lines
170 B
PHP
<?php
|
|
$fixture = array(
|
|
'model' => 'ForumAdministrator',
|
|
'rows' => array(
|
|
array(
|
|
'id' => 1,
|
|
'access_level' => 4
|
|
)
|
|
)
|
|
); |