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