mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-25 04:51:35 +00:00
Updated translators, applied styleCI change
This commit is contained in:
parent
328bc88f02
commit
3a8a476906
2 changed files with 2 additions and 1 deletions
1
.github/translators.txt
vendored
1
.github/translators.txt
vendored
|
@ -242,3 +242,4 @@ sgenc :: Turkish
|
||||||
Shukrullo (vodiylik) :: Uzbek
|
Shukrullo (vodiylik) :: Uzbek
|
||||||
William W. (Nevnt) :: Chinese Traditional
|
William W. (Nevnt) :: Chinese Traditional
|
||||||
eamaro :: Portuguese
|
eamaro :: Portuguese
|
||||||
|
Ypsilon-dev :: Arabic
|
||||||
|
|
|
@ -625,7 +625,7 @@ class LdapTest extends TestCase
|
||||||
'cn' => [$this->mockUser->name],
|
'cn' => [$this->mockUser->name],
|
||||||
// Test dumping binary data for avatar responses
|
// Test dumping binary data for avatar responses
|
||||||
'jpegphoto' => base64_decode('/9j/4AAQSkZJRg=='),
|
'jpegphoto' => base64_decode('/9j/4AAQSkZJRg=='),
|
||||||
'dn' => ['dc=test' . config('services.ldap.base_dn')],
|
'dn' => ['dc=test' . config('services.ldap.base_dn')],
|
||||||
]]);
|
]]);
|
||||||
|
|
||||||
$resp = $this->post('/login', [
|
$resp = $this->post('/login', [
|
||||||
|
|
Loading…
Add table
Reference in a new issue