File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -157,9 +157,6 @@ public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetter()
157
157
$ this ->propertyAccessor ->getValue (new UninitializedPrivateProperty (), 'uninitialized ' );
158
158
}
159
159
160
- /**
161
- * @requires PHP 7
162
- */
163
160
public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetterOfAnonymousClass ()
164
161
{
165
162
$ this ->expectException (AccessException::class);
@@ -177,9 +174,6 @@ public function getUninitialized(): array
177
174
$ this ->propertyAccessor ->getValue ($ object , 'uninitialized ' );
178
175
}
179
176
180
- /**
181
- * @requires PHP 7
182
- */
183
177
public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetterOfAnonymousStdClass ()
184
178
{
185
179
$ this ->expectException (AccessException::class);
@@ -197,9 +191,6 @@ public function getUninitialized(): array
197
191
$ this ->propertyAccessor ->getValue ($ object , 'uninitialized ' );
198
192
}
199
193
200
- /**
201
- * @requires PHP 7
202
- */
203
194
public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetterOfAnonymousChildClass ()
204
195
{
205
196
$ this ->expectException (AccessException::class);
You can’t perform that action at this time.
0 commit comments