Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
test(refactor): Unused FormServices mock deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
sanakhandvsa committed Jan 12, 2024
1 parent 66f1b76 commit a0d9fe3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class ApplicationPeopleTest extends MockeryTestCase
public function setUp(): void
{
$this->formHelper = m::mock('\Common\Service\Helper\FormHelperService');
$this->fsm = m::mock('\Common\FormService\FormServiceManager')->makePartial();

$this->sut = new Sut($this->formHelper, m::mock(AuthorizationService::class));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class ApplicationTransportManagerTest extends MockeryTestCase
public function setUp(): void
{
$this->formHelper = m::mock(FormHelperService::class);
$this->fsm = m::mock(FormServiceManager::class)->makePartial();

$this->sut = new Sut($this->formHelper, m::mock(AuthorizationService::class));
}
Expand Down

0 comments on commit a0d9fe3

Please sign in to comment.