mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-11 13:38:39 +00:00
Automated formatting changes (NO_CI)
This commit is contained in:
parent
4a94c65673
commit
fee4184e41
|
|
@ -188,7 +188,7 @@ return ['Admin' => [
|
|||
'Zip' => 'Zip.',
|
||||
'active' => '',
|
||||
'available' => '',
|
||||
'i:LoginRetries' => 'Mængden af tilladte retries (-1 = ubegrænset)',
|
||||
'i:LoginRetries' => "Mængden af \u{200b}\u{200b}tilladte retries (-1 = ubegrænset)",
|
||||
'i:PasswordChangeInterval' => 'Interval, hvor passager skal ændres (-1 = aldrig)',
|
||||
'i:PasswordHistory' => 'Ny adgangskode skal være forskellig fra de sidste N-adgangskoder',
|
||||
'i:PasswordRegex' => 'Adgangskode krav til brugere',
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ final class ApiControllerTest extends \PHPUnit\Framework\TestCase
|
|||
$account = new Account();
|
||||
TestUtils::setMember($account, 'id', 1);
|
||||
|
||||
$permission = new AccountPermission();
|
||||
$permission = new AccountPermission();
|
||||
$permission->unit = 1;
|
||||
$permission->app = 2;
|
||||
$permission->setPermission(
|
||||
|
|
|
|||
|
|
@ -41,11 +41,11 @@ final class AddressTest extends \PHPUnit\Framework\TestCase
|
|||
public function testDefault() : void
|
||||
{
|
||||
$expected = [
|
||||
'postal' => '',
|
||||
'city' => '',
|
||||
'country' => 'XX',
|
||||
'address' => '',
|
||||
'state' => '',
|
||||
'postal' => '',
|
||||
'city' => '',
|
||||
'country' => 'XX',
|
||||
'address' => '',
|
||||
'state' => '',
|
||||
'lat' => 0.0,
|
||||
'lon' => 0.0,
|
||||
'name' => '',
|
||||
|
|
@ -61,11 +61,11 @@ final class AddressTest extends \PHPUnit\Framework\TestCase
|
|||
public function testToArray() : void
|
||||
{
|
||||
$expected = [
|
||||
'postal' => '0123456789',
|
||||
'city' => 'city',
|
||||
'country' => 'Country',
|
||||
'address' => 'Some address here',
|
||||
'state' => 'This is a state 123',
|
||||
'postal' => '0123456789',
|
||||
'city' => 'city',
|
||||
'country' => 'Country',
|
||||
'address' => 'Some address here',
|
||||
'state' => 'This is a state 123',
|
||||
'lat' => 12.1,
|
||||
'lon' => 11.2,
|
||||
'name' => 'name',
|
||||
|
|
@ -89,11 +89,11 @@ final class AddressTest extends \PHPUnit\Framework\TestCase
|
|||
public function testJsonSerialize() : void
|
||||
{
|
||||
$expected = [
|
||||
'postal' => '0123456789',
|
||||
'city' => 'city',
|
||||
'country' => 'Country',
|
||||
'address' => 'Some address here',
|
||||
'state' => 'This is a state 123',
|
||||
'postal' => '0123456789',
|
||||
'city' => 'city',
|
||||
'country' => 'Country',
|
||||
'address' => 'Some address here',
|
||||
'state' => 'This is a state 123',
|
||||
'lat' => 12.1,
|
||||
'lon' => 11.2,
|
||||
'name' => 'name',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user