Skip to content

[make:form] suffix with "Form" instead of "Type" #1685

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2025

Conversation

kbond
Copy link
Member

@kbond kbond commented Apr 25, 2025

This may be controversial but I've always found the term "Type" confusing for your forms. For the purposes of what this maker creates, these are "Forms".

If there is agreement on this change, I'll fix up the tests.

@weaverryan
Copy link
Member

💯

@bocharsky-bw
Copy link
Contributor

The same for me 👍

@kbond kbond force-pushed the make-form-suffix branch from d4992f4 to 6456718 Compare April 25, 2025 16:15
@kbond kbond marked this pull request as ready for review April 25, 2025 16:22
@kbond kbond merged commit 21f7699 into symfony:1.x Apr 25, 2025
7 checks passed
@kbond kbond deleted the make-form-suffix branch April 25, 2025 16:56
@seb-jean seb-jean mentioned this pull request Apr 25, 2025
@@ -26,6 +26,7 @@ public function testRegistrationSuccessful()
$form['registration_form[agreeTerms]'] = true;
$client->submit($form);

dump($client->getResponse());
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this intentional? 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was not, good catch!

kbond added a commit that referenced this pull request Apr 28, 2025
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants