10000 Removed unneeded version requirements · symfony/symfony@3716f4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 3716f4c

Browse files
committed
Removed unneeded version requirements
1 parent 111a88c commit 3716f4c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Symfony/Component/Form/Tests/ResolvedFormTypeTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ public function testGetOptionsResolver()
100100

101101
public function testCreateBuilder()
102102
{
103-
if (version_compare(\PHPUnit_Runner_Version::id(), '3.7', '<')) {
104-
$this->markTestSkipped('This test requires PHPUnit 3.7.');
105-
}
106-
107103
$givenOptions = array('a' => 'a_custom', 'c' => 'c_custom');
108104
$resolvedOptions = array('a' => 'a_custom', 'b' => 'b_default', 'c' => 'c_custom', 'd' => 'd_default');
109105
$optionsResolver = $this->getMock('Symfony\Component\OptionsResolver\OptionsResolverInterface');
@@ -132,10 +128,6 @@ public function testCreateBuilder()
132128

133129
public function testCreateBuilderWithDataClassOption()
134130
{
135-
if (version_compare(\PHPUnit_Runner_Version::id(), '3.7', '<')) {
136-
$this->markTestSkipped('This test requires PHPUnit 3.7.');
137-
}
138-
139131
$givenOptions = array('data_class' => 'Foo');
140132
$resolvedOptions = array('data_class' => '\stdClass');
141133
$optionsResolver = $this->getMock('Symfony\Component\OptionsResolver\OptionsResolverInterface');
@@ -164,10 +156,6 @@ public function testCreateBuilderWithDataClassOption()
164156

165157
public function testBuildForm()
166158
{
167-
if (version_compare(\PHPUnit_Runner_Version::id(), '3.7', '<')) {
168-
$this->markTestSkipped('This test requires PHPUnit 3.7.');
169-
}
170-
171159
$test = $this;
172160
$i = 0;
173161

0 commit comments

Comments
 (0)
0