Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 13, 2023
1 parent e09acbe commit f60afc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Unit/Helper/BacktraceIgnoreMatcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function testFileIgnorance()
);
$this->assertFalse(BacktraceIgnoreMatcher::isIgnoredByFile($backtrace, [__FILE__]));
}

public function testStringMatches()
{
$this->assertTrue(
Expand Down

0 comments on commit f60afc6

Please sign in to comment.