mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Nonsense commit to test signing.
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
parent
768d3bb3e8
commit
2942c3a4be
@ -36,6 +36,7 @@ class CsvControllerTest extends TestCase
|
||||
|
||||
$data->shouldReceive('getRoles')->once()->andReturn([]);
|
||||
$data->shouldReceive('getMap')->once()->andReturn([]);
|
||||
|
||||
$data->shouldReceive('hasHeaders')->once()->andReturn(false);
|
||||
|
||||
$this->call('GET', '/csv/column_roles');
|
||||
|
Loading…
Reference in New Issue
Block a user