Skip to content

Commit 2269651

Browse files
committed
remove dd in test
1 parent 60b14a1 commit 2269651

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ValidatorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ function the_view_must_exist()
110110
->view('tests::dummy')
111111
->send();
112112
} catch (InvalidArgumentException $e) {
113-
dd($e->getTraceAsString());
114113
$this->fail('Expected view [tests::dummy] to exist but it does not');
115114
}
116115

0 commit comments

Comments
 (0)