mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-11 20:28:41 +00:00
Automated formatting changes (NO_CI)
This commit is contained in:
parent
3e00155eb8
commit
9d90ca8243
|
|
@ -15,7 +15,7 @@ declare(strict_types=1);
|
||||||
return ['Tasks' => [
|
return ['Tasks' => [
|
||||||
'Account' => 'الحساب',
|
'Account' => 'الحساب',
|
||||||
'All' => 'الجميع',
|
'All' => 'الجميع',
|
||||||
'AverageAmount' => 'متوسط المبلغ',
|
'AverageAmount' => "متوسط \u{200b}\u{200b}المبلغ",
|
||||||
'AverageProcessTime' => 'avg. وقت المعالجة',
|
'AverageProcessTime' => 'avg. وقت المعالجة',
|
||||||
'BCC' => 'bcc',
|
'BCC' => 'bcc',
|
||||||
'By' => 'بواسطة',
|
'By' => 'بواسطة',
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ final class ControllerTest 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(
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ final class BackendControllerTest 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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user