Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed Jan 4, 2024
1 parent 2afcda0 commit 6ae7dc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/common/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'app' => [
'charset' => 'UTF-8',
'name' => 'LDAP Commander',
'version' => '0.9.1',
'version' => '0.9.2',
],
'yiisoft/aliases' => [
'aliases' => [
Expand Down
4 changes: 2 additions & 2 deletions config/ldap.tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

return [
'app' => [
'loginMessage' => '<b>Demo<b> - Leave username empty, password is "secret". Demo is reset every hour.'
]
'loginMessage' => '<b>Demo</b> - Leave username empty, password is "secret". Demo will be reset every hour.<br>'
],
'ldap-sessions' => [
[
'title' => 'Test Docker',
Expand Down

0 comments on commit 6ae7dc6

Please sign in to comment.