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 27fb7eb commit 83f97a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ReportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
expect($stacktrace[0]['file'])->toBe(__FILE__);
expect($stacktrace[0]['arguments'])->toBeNull();
expect($stacktrace[0]['method'])->toContain('closure');
expect($stacktrace[0]['method'])->toContain('ReportTest.php');
});

$test->doSomething; // We expect this to fail!
Expand Down

0 comments on commit 83f97a7

Please sign in to comment.