1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/tests/fixtures/forum/common/admins.php

10 lines
170 B
PHP
Raw Normal View History

2008-02-13 13:53:07 +03:00
<?php
$fixture = array(
'model' => 'ForumAdministrator',
'rows' => array(
array(
'id' => 1,
2008-03-23 14:30:29 +03:00
'access_level' => 4
2008-02-13 13:53:07 +03:00
)
)
);