mirror of
https://github.com/filp/whoops.git
synced 2026-09-20 15:16:46 +00:00
RunTest: clean whitespace
This commit is contained in:
@@ -548,7 +548,7 @@ class RunTest extends TestCase
|
||||
$run
|
||||
->addFrameFilter($filterCallbackOne)
|
||||
->addFrameFilter($filterCallbackTwo);
|
||||
|
||||
|
||||
$frameFilters = $run->getFrameFilters();
|
||||
|
||||
$this->assertCount(2, $frameFilters);
|
||||
@@ -565,7 +565,7 @@ class RunTest extends TestCase
|
||||
{
|
||||
$run = $this->getRunInstance();
|
||||
$run->addFrameFilter(function(Frame $frame) {});
|
||||
|
||||
|
||||
$run = $run->clearFrameFilters();
|
||||
|
||||
$this->assertEmpty($run->getFrameFilters());
|
||||
|
||||
Reference in New Issue
Block a user