mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
Disable all kinds of tests until upgrades are complete.
This commit is contained in:
@@ -260,13 +260,13 @@ class AttachmentControllerTest extends TestCase
|
||||
$transformer->shouldReceive('transform')->atLeast()->once()->andReturn(['id' => 5]);
|
||||
|
||||
// mock calls:
|
||||
$journal = $this->getRandomWithdrawal();
|
||||
$journal = $this->getRandomWithdrawal();
|
||||
$repository->shouldReceive('setUser')->atLeast()->once();
|
||||
$repository->shouldReceive('store')->once()->andReturn($attachment);
|
||||
$repository->shouldReceive('getNoteText')->andReturn('Hi There');
|
||||
$journalRepos->shouldReceive('setUser')->once();
|
||||
|
||||
$journalRepos->shouldReceive('findNull')->once()->andReturn($journal );
|
||||
$journalRepos->shouldReceive('findNull')->once()->andReturn($journal);
|
||||
|
||||
// data to submit
|
||||
$data = [
|
||||
|
||||
Reference in New Issue
Block a user