Skip to content

Commit 8101ae3

Browse files
committed
minor #1695 Remove errant dump() from test (kbond)
This PR was merged into the 1.x branch. Discussion ---------- Remove errant `dump()` from test Fixes #1685 (comment) Commits ------- d436e00 Remove errant `dump()` from test
2 parents 69478ab + d436e00 commit 8101ae3

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)