Skip to content

Commit 67008a0

Browse files
committed
remove var_dump
1 parent cd0916f commit 67008a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/TestListener.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ public function __construct(IgnoreTestPolicy $ignorePolicy = null)
3939
*/
4040
public function endTest(Test $test, $time): void
4141
{
42-
var_dump($test);
43-
4442
$testReflection = new \ReflectionObject($test);
4543

4644
if ($this->ignorePolicy->shouldIgnore($testReflection)) {

0 commit comments

Comments
 (0)