Skip to content

Commit

Permalink
Update OptionsTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzotikov committed Dec 5, 2024
1 parent 8074894 commit 60b1d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/OptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function testDefaultOptions(): void
$this->assertEmpty($options->getIntegrationToken());
$this->assertEmpty($options->getRelease());
$this->assertEquals('https://k1.hawk.so/', $options->getUrl());
$this->assertEquals(\E_ALL, $options->getErrorTypes());
$this->assertEquals(error_reporting(), $options->getErrorTypes());
}

public function testCustomOptions(): void
Expand Down

0 comments on commit 60b1d64

Please sign in to comment.