Add priority to task export

This commit is contained in:
Frederic Guillot
2017-10-19 16:07:43 -07:00
parent d3b8fbfa28
commit d5353bfcdc
2 changed files with 4 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ class TaskExportTest extends Base
$report = $taskExport->export(1, date('Y-m-d'), date('Y-m-d'));
$this->assertCount(3, $report);
$this->assertCount(22, $report[0]);
$this->assertCount(23, $report[0]);
$this->assertEquals('Task Id', $report[0][0]);
$this->assertEquals(1, $report[1][0]);