Nonsense commit to test signing.

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole 2016-04-06 20:16:28 +02:00
parent 2942c3a4be
commit 8b5a775dc5
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -36,7 +36,6 @@ 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');