File tree 2 files changed +0
-15
lines changed
HttpFoundation/Tests/Session/Storage/Proxy
2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,6 @@ public function testGc()
122
122
$ this ->proxy ->gc (86400 );
123
123
}
124
124
125
- /**
126
- * @requires PHPUnit 5.1
127
- */
128
125
public function testValidateId ()
129
126
{
130
127
$ mock = $ this ->createMock (TestSessionHandler::class);
@@ -137,9 +134,6 @@ public function testValidateId()
137
134
$ this ->assertTrue ($ this ->proxy ->validateId ('id ' ));
138
135
}
139
136
140
- /**
141
- * @requires PHPUnit 5.1
142
- */
143
137
public function testUpdateTimestamp ()
144
138
{
145
139
$ mock = $ this ->createMock (TestSessionHandler::class);
Original file line number Diff line number Diff line change @@ -186,9 +186,6 @@ public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetter()
186
186
$ this ->propertyAccessor ->getValue (new UninitializedPrivateProperty (), 'uninitialized ' );
187
187
}
188
188
189
- /**
190
- * @requires PHP 7
191
<
8000
code> - */
192
189
public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetterOfAnonymousClass ()
193
190
{
194
191
$ this ->expectException (AccessException::class);
@@ -206,9 +203,6 @@ public function getUninitialized(): array
206
203
$ this ->propertyAccessor ->getValue ($ object , 'uninitialized ' );
207
204
}
208
205
209
- /**
210
- * @requires PHP 7
211
- */
212
206
public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetterOfAnonymousStdClass ()
213
207
{
214
208
$ this ->expectException (AccessException::class);
@@ -226,9 +220,6 @@ public function getUninitialized(): array
226
220
$ this ->propertyAccessor ->getValue ($ object , 'uninitialized ' );
227
221
}
228
222
229
- /**
230
- * @requires PHP 7
231
- */
232
223
public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetterOfAnonymousChildClass ()
233
224
{
234
225
$ this ->expectException (AccessException::class);
You can’t perform that action at this time.
0 commit comments