Skip to content

Commit

Permalink
Cleanup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Aug 7, 2021
1 parent 8eb9317 commit 906317b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/Helpers/ExceptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ class ExceptionTest extends TestCase
{
public function test7()
{
dd(
getenv('CASHIER_TINKOFF_CLIENT_ID'),
$_ENV['CASHIER_TINKOFF_CLIENT_ID'] ?? null,
$_SERVER['CASHIER_TINKOFF_CLIENT_ID'] ?? null
);

$this->expectException(BuyerNotFoundClientException::class);
$this->expectException(BaseException::class);
$this->expectExceptionMessage('https://example.com/foo: Buyer Not Found');
Expand Down

0 comments on commit 906317b

Please sign in to comment.