mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2025-01-08 17:02:41 +00:00
Whitespace fixes
This commit is contained in:
parent
798d7e7ab7
commit
ce3ddee00a
2 changed files with 12 additions and 12 deletions
|
@ -97,15 +97,15 @@ class TestUser extends \PHPUnit\Framework\TestCase {
|
||||||
|
|
||||||
function testSetThePropertiesOfAUser() {
|
function testSetThePropertiesOfAUser() {
|
||||||
$pSet = [
|
$pSet = [
|
||||||
'name' => 'John Doe',
|
'name' => 'John Doe',
|
||||||
'id' => 'invalid',
|
'id' => 'invalid',
|
||||||
'domain' => 'localhost',
|
'domain' => 'localhost',
|
||||||
'rights' => User\Driver::RIGHTS_GLOBAL_ADMIN,
|
'rights' => User\Driver::RIGHTS_GLOBAL_ADMIN,
|
||||||
'password' => 'superman',
|
'password' => 'superman',
|
||||||
];
|
];
|
||||||
$pGet = [
|
$pGet = [
|
||||||
'name' => 'John Doe',
|
'name' => 'John Doe',
|
||||||
'id' => self::USER1,
|
'id' => self::USER1,
|
||||||
'domain' => 'example.com',
|
'domain' => 'example.com',
|
||||||
'rights' => User\Driver::RIGHTS_NONE,
|
'rights' => User\Driver::RIGHTS_NONE,
|
||||||
];
|
];
|
||||||
|
|
|
@ -98,15 +98,15 @@ class TestUserExternal extends \PHPUnit\Framework\TestCase {
|
||||||
|
|
||||||
function testSetThePropertiesOfAUser() {
|
function testSetThePropertiesOfAUser() {
|
||||||
$pSet = [
|
$pSet = [
|
||||||
'name' => 'John Doe',
|
'name' => 'John Doe',
|
||||||
'id' => 'invalid',
|
'id' => 'invalid',
|
||||||
'domain' => 'localhost',
|
'domain' => 'localhost',
|
||||||
'rights' => User\Driver::RIGHTS_GLOBAL_ADMIN,
|
'rights' => User\Driver::RIGHTS_GLOBAL_ADMIN,
|
||||||
'password' => 'superman',
|
'password' => 'superman',
|
||||||
];
|
];
|
||||||
$pGet = [
|
$pGet = [
|
||||||
'name' => 'John Doe',
|
'name' => 'John Doe',
|
||||||
'id' => self::USER1,
|
'id' => self::USER1,
|
||||||
'domain' => 'example.com',
|
'domain' => 'example.com',
|
||||||
'rights' => User\Driver::RIGHTS_NONE,
|
'rights' => User\Driver::RIGHTS_NONE,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue