Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Form] Add MultiStepType #59548

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

Closed
wants to merge 16 commits into from
Prev Previous commit
Next Next commit
Fix
  • Loading branch information
silasjoisten committed Jan 18, 2025
commit 1befa387694166585e484153437f7bcdb1ea0394
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Symfony\Component\Form\Tests\Extension\Core\Type;

use Symfony\Component\Form\Extension\Core\Type\MultiStepType;
Expand Down Expand Up @@ -43,7 +34,7 @@ public function testConfigureOptionsWithStepsSetsDefaultForCurrentStepName()
self::assertSame('general', $form->createView()->vars['current_step_name']);
}

public function testBuildViewHasStepNames(): void
public function testBuildViewHasStepNames()
{
$form = $this->factory->create(MultiStepType::class, [], [
'steps' => [
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.