Release 2.5.0 (#4454)
- added command to list users - corrected wrong german translation - work contract validations - prevent error with missing params - use collapsible, minor UI improvement - added classes to target menu buttons in custom rules - disable webpack notifier, incompatible with mac arm - use explicit menu service to generate menu - bump to fontawesome 6 and replace restart icon - change repeat icon for recent activities - moved user bookmarks (favorites) to top nav - fix totp seconds window (leeway) - new migration to fix remaining user preferences with dots in name - remove duplicate named column in user screen - unify and added translations - added missing filter and tags to InvoiceSecurity
This commit is contained in:
@@ -20,7 +20,7 @@ use Twig\TwigFunction;
|
||||
*/
|
||||
class RuntimeExtensionsTest extends TestCase
|
||||
{
|
||||
public function testGetFilters()
|
||||
public function testGetFilters(): void
|
||||
{
|
||||
$expected = ['md2html', 'desc2html', 'comment2html', 'comment1line', 'colorize', 'icon'];
|
||||
$i = 0;
|
||||
@@ -35,7 +35,7 @@ class RuntimeExtensionsTest extends TestCase
|
||||
}
|
||||
}
|
||||
|
||||
public function testGetFunctions()
|
||||
public function testGetFunctions(): void
|
||||
{
|
||||
$expected = [
|
||||
'trigger',
|
||||
@@ -50,6 +50,7 @@ class RuntimeExtensionsTest extends TestCase
|
||||
'render_widget',
|
||||
'icon',
|
||||
'qr_code_data_uri',
|
||||
'user_shortcuts',
|
||||
];
|
||||
|
||||
$i = 0;
|
||||
@@ -65,7 +66,7 @@ class RuntimeExtensionsTest extends TestCase
|
||||
}
|
||||
}
|
||||
|
||||
public function testGetFilterDefinition()
|
||||
public function testGetFilterDefinition(): void
|
||||
{
|
||||
$sut = new RuntimeExtensions();
|
||||
$filters = $sut->getFilters();
|
||||
|
||||
Reference in New Issue
Block a user