Skip to content

Commit

Permalink
Phpstan suppression for test
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzaycev committed Feb 3, 2024
1 parent d6f3e20 commit 166c271
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function testGetData(): void
));

// Mocks
// @phpstan-ignore-next-line
$this
->transportMock
->shouldReceive("runGetMethod")
Expand All @@ -74,6 +75,7 @@ public function testGetData(): void
["cell", JettonWallet::getDefaultCode()], // Wallet code
]));

// @phpstan-ignore-next-line
$this
->httpMethodsClientMock
->shouldReceive("get")
Expand Down

0 comments on commit 166c271

Please sign in to comment.