Skip to content

Commit 6700944

Browse files
committed
Remove dump statement in AuthenticationTest.php
1 parent bff2842 commit 6700944

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Feature/AuthenticationTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,6 @@ public function testSubmitRegistrationForm()
244244
'email' => $this->fakeEmail(),
245245
];
246246

247-
dump( $signUpDetails );
248-
249247
$response = $this
250248
->withSession( [] )
251249
->withHeader( 'X-CSRF-TOKEN', csrf_token() )

0 commit comments

Comments
 (0)