Release 2.31 (#5372)
* simplify translation * bump version * deprecate translations * pass date-range as argument to export and timesheet filter URL from monthly overview report * added class for use in responsive screens * show technical role name * simplify multi-update title * more statistic models * bump composer packages
This commit is contained in:
@@ -43,7 +43,7 @@ abstract class AbstractUserPeriodControllerTestCase extends AbstractControllerBa
|
||||
public static function getTestData(): array
|
||||
{
|
||||
return [
|
||||
[4, 'duration', 'Working hours total'],
|
||||
[4, 'duration', 'Total'],
|
||||
[4, 'rate', 'Total revenue'],
|
||||
[4, 'internalRate', 'Internal price'],
|
||||
];
|
||||
@@ -98,6 +98,6 @@ abstract class AbstractUserPeriodControllerTestCase extends AbstractControllerBa
|
||||
$select = $client->getCrawler()->filterXPath("//select[@id='user']");
|
||||
self::assertEquals(0, $select->count());
|
||||
$cell = $client->getCrawler()->filterXPath("//th[contains(@class, 'reportDataTypeTitle')]");
|
||||
self::assertEquals('Working hours total', $cell->text());
|
||||
self::assertEquals('Total', $cell->text());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user