Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
All ncessary changes made
Signed-off-by: Ronak Patel <[email protected]>
  • Loading branch information
Ronak Patel authored and theronakpatel committed Oct 6, 2023
commit 355ec7fb1283ef1a40d6e9070b94ebb80dde95a6
Original file line number Diff line number Diff line change
Expand Up @@ -4193,6 +4193,7 @@ public function testGetEditableFields(bool $allowedToChangeDisplayName,bool $all
$this->equalTo('allow_user_to_change_display_name'),
$this->anything()
)->willReturn($allowedToChangeDisplayName);

$this->config
->method('getSystemValue')
->with(
Expand Down