mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Fixed the test
This commit is contained in:
9192
coverage.xml
Normal file
9192
coverage.xml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -93,7 +93,7 @@ class AccountControllerTest extends ControllerTestCase
|
|||||||
$user = $this->generateRequestUserModel();
|
$user = $this->generateRequestUserModel();
|
||||||
|
|
||||||
$this->request->shouldReceive('input')->with('do_action')->andReturn('identity');
|
$this->request->shouldReceive('input')->with('do_action')->andReturn('identity');
|
||||||
$this->request->shouldReceive('only')->with(['name_first', 'name_last', 'username'])->once()->andReturn([
|
$this->request->shouldReceive('only')->with(['name_first', 'name_last', 'username', 'language'])->once()->andReturn([
|
||||||
'test_data' => 'value',
|
'test_data' => 'value',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user