8000 minor #28036 [TwigBridge][Form] fix tests by moving AbstractBootstrap… · symfony/symfony@ad31667 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit ad31667

Browse files
minor #28036 [TwigBridge][Form] fix tests by moving AbstractBootstrap* cases to the bridge (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- [TwigBridge][Form] fix tests by moving AbstractBootstrap* cases t 8000 o the bridge | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #27897 | License | MIT | Doc PR | - Commits ------- 8869b29 [TwigBridge][Form] fix tests by moving AbstractBootstrap* cases to the bridge
2 parents d61beda + 8869b29 commit ad31667

8 files changed

+5
-8
lines changed

src/Symfony/Component/Form/Tests/AbstractBootstrap3HorizontalLayoutTest.php renamed to src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3HorizontalLayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Form\Tests;
12+
namespace Symfony\Bridge\Twig\Tests\Extension;
1313

1414
abstract class AbstractBootstrap3HorizontalLayoutTest extends AbstractBootstrap3LayoutTest
1515
{

src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php renamed to src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3LayoutTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Form\Tests;
12+
namespace Symfony\Bridge\Twig\Tests\Extension;
1313

1414
use Symfony\Component\Form\FormError;
15+
use Symfony\Component\Form\Tests\AbstractLayoutTest;
1516

1617
abstract class AbstractBootstrap3LayoutTest extends AbstractLayoutTest
1718
{

src/Symfony/Component/Form/Tests/AbstractBootstrap4HorizontalLayoutTest.php renamed to src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap4HorizontalLayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Form\Tests;
12+
namespace Symfony\Bridge\Twig\Tests\Extension;
1313

1414
use Symfony\Component\Form\FormError;
1515

src/Symfony/Component/Form/Tests/AbstractBootstrap4LayoutTest.php renamed to src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap4LayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Form\Tests;
12+
namespace Symfony\Bridge\Twig\Tests\Extension;
1313

1414
use Symfony\Component\Form\Extension\Core\Type\ButtonType;
1515
use Symfony\Component\Form\Extension\Core\Type\CheckboxType;

src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3HorizontalLayoutTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Symfony\Bridge\Twig\Tests\Extension\Fixtures\StubFilesystemLoader;
1919
use Symfony\Component\Form\FormRenderer;
2020
use Symfony\Component\Form\FormView;
21-
use Symfony\Component\Form\Tests\AbstractBootstrap3HorizontalLayoutTest;
2221
use Twig\Environment;
2322

2423
class FormExtensionBootstrap3HorizontalLayoutTest extends AbstractBootstrap3HorizontalLayoutTest

src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3LayoutTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Symfony\Bridge\Twig\Tests\Extension\Fixtures\StubFilesystemLoader;
1919
use Symfony\Component\Form\FormRenderer;
2020
use Symfony\Component\Form\FormView;
21-
use Symfony\Component\Form\Tests\AbstractBootstrap3LayoutTest;
2221
use Twig\Environment;
2322

2423
class FormExtensionBootstrap3LayoutTest extends AbstractBootstrap3LayoutTest

src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap4HorizontalLayoutTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Symfony\Bridge\Twig\Tests\Extension\Fixtures\StubFilesystemLoader;
1919
use Symfony\Component\Form\FormRenderer;
2020
use Symfony\Component\Form\FormView;
21-
use Symfony\Component\Form\Tests\AbstractBootstrap4HorizontalLayoutTest;
2221
use Twig\Environment;
2322

2423
/**

src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap4LayoutTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Symfony\Bridge\Twig\Tests\Extension\Fixtures\StubFilesystemLoader;
1919
use Symfony\Component\Form\FormRenderer;
2020
use Symfony\Component\Form\FormView;
21-
use Symfony\Component\Form\Tests\AbstractBootstrap4LayoutTest;
2221
use Twig\Environment;
2322

2423
/**

0 commit comments

Comments
 (0)
0