mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix test
This commit is contained in:
parent
95cb6a5bb8
commit
8d668aebdc
@ -21,7 +21,7 @@ class AdminErrorsControllerTest extends TestCase
|
||||
*/
|
||||
public $fixtures = [
|
||||
'app.AdminErrors',
|
||||
'app.StateUsers'
|
||||
'app.User'
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
@ -20,7 +20,7 @@ class ProfilesControllerTest extends TestCase
|
||||
* @var array
|
||||
*/
|
||||
public $fixtures = [
|
||||
'app.StateUsers',
|
||||
'app.User',
|
||||
'app.CommunityProfiles',
|
||||
];
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ class StateBalancesControllerTest extends TestCase
|
||||
public $fixtures = [
|
||||
'app.TransactionCreations',
|
||||
'app.Transactions',
|
||||
'app.StateUsers',
|
||||
'app.User',
|
||||
'app.StateUserTransactions',
|
||||
'app.StateErrors',
|
||||
'app.TransactionSignatures',
|
||||
|
||||
@ -21,7 +21,7 @@ class StateErrorsControllerTest extends TestCase
|
||||
*/
|
||||
public $fixtures = [
|
||||
'app.StateErrors',
|
||||
'app.StateUsers',
|
||||
'app.User',
|
||||
'app.TransactionTypes'
|
||||
];
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@ class StateUserTransactionsControllerTest extends TestCase
|
||||
*/
|
||||
public $fixtures = [
|
||||
'app.StateUserTransactions',
|
||||
'app.StateUsers',
|
||||
'app.User',
|
||||
'app.Transactions',
|
||||
'app.TransactionTypes',
|
||||
];
|
||||
|
||||
@ -22,7 +22,7 @@ class TransactionCreationsControllerTest extends TestCase
|
||||
public $fixtures = [
|
||||
'app.TransactionCreations',
|
||||
'app.Transactions',
|
||||
'app.StateUsers'
|
||||
'app.User'
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user