Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Oct 13, 2023
1 parent 43d5203 commit 01d734e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Helper/BacktraceIgnoreMatcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function testFileIgnorance(): void

$backtrace[2] = $backtrace[0];

$this->assertTrue(BacktraceIgnoreMatcher::isIgnoredByFile($backtrace, [$file]));
$this->assertTrue(BacktraceIgnoreMatcher::isIgnoredByFile($backtrace, [preg_quote($file)]));
$this->assertTrue(
BacktraceIgnoreMatcher::isIgnoredByFile(
$backtrace,
Expand Down

0 comments on commit 01d734e

Please sign in to comment.