Skip to content

Commit

Permalink
Update ReportTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv authored Dec 2, 2024
1 parent 0270650 commit 27fb7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ReportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

expect($stacktrace[0]['file'])->toBe(__FILE__);
expect($stacktrace[0]['arguments'])->toBeNull();
expect($stacktrace[0]['method'])->toContain('closure:');
expect($stacktrace[0]['method'])->toContain('closure');
expect($stacktrace[0]['method'])->toContain('ReportTest.php');
});

Expand Down

0 comments on commit 27fb7eb

Please sign in to comment.