Added users fixture set
This commit is contained in:
parent
df7f1de1a6
commit
cc046f517b
21 changed files with 296 additions and 0 deletions
65
t/etc/fixtures/data/users/_config_set
Normal file
65
t/etc/fixtures/data/users/_config_set
Normal file
|
@ -0,0 +1,65 @@
|
|||
$VAR1 = {
|
||||
'has_many' => {
|
||||
'fetch' => 0
|
||||
},
|
||||
'belongs_to' => {
|
||||
'fetch' => 0
|
||||
},
|
||||
'might_have' => {
|
||||
'fetch' => 0
|
||||
},
|
||||
'sets' => [
|
||||
{
|
||||
'class' => 'Leaderboard',
|
||||
'quantity' => 'all'
|
||||
},
|
||||
{
|
||||
'class' => 'AccountToken',
|
||||
'quantity' => 'all'
|
||||
},
|
||||
{
|
||||
'class' => 'LeaderboardValue',
|
||||
'quantity' => 'all'
|
||||
},
|
||||
{
|
||||
'quantity' => 'all',
|
||||
'class' => 'SessionToken'
|
||||
},
|
||||
{
|
||||
'class' => 'Administrator',
|
||||
'quantity' => 'all'
|
||||
},
|
||||
{
|
||||
'class' => 'LeaderboardSet',
|
||||
'quantity' => 'all'
|
||||
},
|
||||
{
|
||||
'quantity' => 'all',
|
||||
'class' => 'Feedback'
|
||||
},
|
||||
{
|
||||
'class' => 'PendingOrganisation',
|
||||
'quantity' => 'all'
|
||||
},
|
||||
{
|
||||
'class' => 'User',
|
||||
'quantity' => 'all'
|
||||
},
|
||||
{
|
||||
'class' => 'Transaction',
|
||||
'quantity' => 'all'
|
||||
},
|
||||
{
|
||||
'quantity' => 'all',
|
||||
'class' => 'Organisation'
|
||||
},
|
||||
{
|
||||
'quantity' => 'all',
|
||||
'class' => 'Customer'
|
||||
},
|
||||
{
|
||||
'quantity' => 'all',
|
||||
'class' => 'PendingTransaction'
|
||||
}
|
||||
]
|
||||
};
|
Reference in a new issue