added documentation links to all screens (#1044)

This commit is contained in:
Kevin Papst
2019-08-19 12:53:36 +02:00
committed by GitHub
parent 025c6b0e7b
commit 299fcb091a
7 changed files with 45 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ class PluginControllerTest extends ControllerBaseTest
$client = $this->getClientForAuthenticatedUser(User::ROLE_SUPER_ADMIN);
$this->assertAccessIsGranted($client, '/admin/plugins/');
$this->assertCalloutWidgetWithMessage($client, 'You have no plugins installed yet');
$this->assertPageActions($client, ['shop' => 'https://www.kimai.org/store/']);
$this->assertPageActions($client, ['shop' => 'https://www.kimai.org/store/', 'help' => 'https://www.kimai.org/documentation/plugins.html']);
}
public function testIndexActionWithInstalledPlugins()