diff --git a/tests/fixtures/make-registration-form/tests/it_generates_registration_with_entity_and_authenticator.php b/tests/fixtures/make-registration-form/tests/it_generates_registration_with_entity_and_authenticator.php index 39e5c7d15..1e23dd893 100644 --- a/tests/fixtures/make-registration-form/tests/it_generates_registration_with_entity_and_authenticator.php +++ b/tests/fixtures/make-registration-form/tests/it_generates_registration_with_entity_and_authenticator.php @@ -26,7 +26,6 @@ public function testRegistrationSuccessful() $form['registration_form[agreeTerms]'] = true; $client->submit($form); - dump($client->getResponse()); $this->assertSame(302, $client->getResponse()->getStatusCode()); $client->followRedirect(); $this->assertSame(200, $client->getResponse()->getStatusCode());