diff --git a/tests/acceptance/Controllers/CsvControllerTest.php b/tests/acceptance/Controllers/CsvControllerTest.php index 6f1e98fe13..3f52d6b572 100644 --- a/tests/acceptance/Controllers/CsvControllerTest.php +++ b/tests/acceptance/Controllers/CsvControllerTest.php @@ -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');