allow to select reports as initial view (#2403)

This commit is contained in:
Kevin Papst
2021-03-06 12:59:13 +01:00
committed by GitHub
parent 5583caa9e4
commit 70f7f35009
7 changed files with 134 additions and 59 deletions

View File

@@ -37,7 +37,17 @@ class RuntimeExtensionsTest extends TestCase
public function testGetFunctions()
{
$expected = ['trigger', 'actions', 'javascript_translations', 'timesheet_exporter', 'active_timesheets', 'encore_entry_css_source', 'render_widget'];
$expected = [
'trigger',
'actions',
'javascript_translations',
'timesheet_exporter',
'active_timesheets',
'encore_entry_css_source',
'render_widget',
'available_reports'
];
$i = 0;
$sut = new RuntimeExtensions();