File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -148,9 +148,6 @@ public function testGetValueThrowsExceptionIfUninitializedProperty()
148148 $ this ->propertyAccessor ->getValue (new UninitializedProperty (), 'uninitialized ' );
149149 }
150150
151- /**
152- * @requires PHP 7
153- */
154151 public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetter ()
155152 {
156153 $ this ->expectException (AccessException::class);
@@ -159,9 +156,6 @@ public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetter()
159156 $ this ->propertyAccessor ->getValue (new UninitializedPrivateProperty (), 'uninitialized ' );
160157 }
161158
162- /**
163- * @requires PHP 7
164- */
165159 public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetterOfAnonymousClass ()
166160 {
167161 $ this ->expectException (AccessException::class);
@@ -179,9 +173,6 @@ public function getUninitialized(): array
179173 $ this ->propertyAccessor ->getValue ($ object , 'uninitialized ' );
180174 }
181175
182- /**
183- * @requires PHP 7
184- */
185176 public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetterOfAnonymousStdClass ()
186177 {
187178 $ this ->expectException (AccessException::class);
@@ -199,9 +190,6 @@ public function getUninitialized(): array
199190 $ this ->propertyAccessor ->getValue ($ object , 'uninitialized ' );
200191 }
201192
202- /**
203- * @requires PHP 7
204- */
205193 public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetterOfAnonymousChildClass ()
206194 {
207195 $ this ->expectException (AccessException::class);
You can’t perform that action at this time.
0 commit comments