Fix all tests.

This commit is contained in:
James Cole
2018-03-24 06:08:50 +01:00
parent 3e22c9860e
commit dafddfa39a
72 changed files with 746 additions and 119 deletions

View File

@@ -48,7 +48,7 @@ class TransactionControllerTest extends TestCase
{
parent::setUp();
Passport::actingAs($this->user());
Log::debug('Now in Api/TransactionControllerTest.');
Log::debug(sprintf('Now in %s.', get_class($this)));
}
/**
@@ -1136,6 +1136,9 @@ class TransactionControllerTest extends TestCase
'transactions.0.destination_id' => [
'All accounts in this field must be equal.',
],
'transactions.1.destination_id' => [
'The source account equals the destination account'
],
],
]
);