Skip to content

Commit fb85752

Browse files
[2.3] add @group legacy
1 parent ae3065f commit fb85752

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Tests/AbstractLayoutTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ abstract protected function renderEnd(FormView $view, array $vars = array());
122122

123123
abstract protected function setTheme(FormView $view, array $themes);
124124

125+
/**
126+
* @group legacy
127+
*/
125128
public function testLegacyEnctype()
126129
{
127130
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
@@ -133,6 +136,9 @@ public function testLegacyEnctype()
133136
$this->assertEquals('enctype="multipart/form-data"', $this->renderEnctype($form->createView()));
134137
}
135138

139+
/**
140+
* @group legacy
141+
*/
136142
public function testLegacyNoEnctype()
137143
{
138144
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);

Tests/Extension/HttpFoundation/EventListener/LegacyBindRequestListenerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
/**
2222
* @author Bernhard Schussek <[email protected]>
23+
* @group legacy
2324
*/
2425
class LegacyBindRequestListenerTest extends \PHPUnit_Framework_TestCase
2526
{

0 commit comments

Comments
 (0)