@@ -100,10 +100,6 @@ public function testGetOptionsResolver()
100
100
101
101
public function testCreateBuilder ()
102
102
{
103
- if (version_compare (\PHPUnit_Runner_Version::id (), '3.7 ' , '< ' )) {
104
- $ this ->markTestSkipped ('This test requires PHPUnit 3.7. ' );
105
- }
106
-
107
103
$ givenOptions = array ('a ' => 'a_custom ' , 'c ' => 'c_custom ' );
108
104
$ resolvedOptions = array ('a ' => 'a_custom ' , 'b ' => 'b_default ' , 'c ' => 'c_custom ' , 'd ' => 'd_default ' );
109
105
$ optionsResolver = $ this ->getMock ('Symfony\Component\OptionsResolver\OptionsResolverInterface ' );
@@ -132,10 +128,6 @@ public function testCreateBuilder()
132
128
133
129
public function testCreateBuilderWithDataClassOption ()
134
130
{
135
- if (version_compare (\PHPUnit_Runner_Version::id (), '3.7 ' , '< ' )) {
136
- $ this ->markTestSkipped ('This test requires PHPUnit 3.7. ' );
137
- }
138
-
139
131
$ givenOptions = array ('data_class ' => 'Foo ' );
140
132
$ resolvedOptions = array ('data_class ' => '\stdClass ' );
141
133
$ optionsResolver = $ this ->getMock ('Symfony\Component\OptionsResolver\OptionsResolverInterface ' );
@@ -164,10 +156,6 @@ public function testCreateBuilderWithDataClassOption()
164
156
165
157
public function testBuildForm ()
166
158
{
167
- if (version_compare (\PHPUnit_Runner_Version::id (), '3.7 ' , '< ' )) {
168
- $ this ->markTestSkipped ('This test requires PHPUnit 3.7. ' );
169
- }
170
-
171
159
$ test = $ this ;
172
160
$ i = 0 ;
173
161
0 commit comments