Skip to content

Commit d436e00

Browse files
committed
Remove errant dump() from test
1 parent 69478ab commit d436e00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/fixtures/make-registration-form/tests/it_generates_registration_with_entity_and_authenticator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public function testRegistrationSuccessful()
2626
$form['registration_form[agreeTerms]'] = true;
2727
$client->submit($form);
2828

29-
dump($client->getResponse());
3029
$this->assertSame(302, $client->getResponse()->getStatusCode());
3130
$client->followRedirect();
3231
$this->assertSame(200, $client->getResponse()->getStatusCode());

0 commit comments

Comments
 (0)