Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5ac708

Browse files
committed
Minor @requires function tests cleanup
1 parent 3334065 commit e5ac708

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Tests/PropertyAccessorTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -907,9 +907,6 @@ public function testGetDynamicPublicPropertyWithMagicGetterAllow()
907907
$this->assertSame($value, $this->propertyAccessor->getValue($object, $path));
908908
}
909909

910-
/**
911-
* @requires PHP 7.4
912-
*/
913910
public function testSetValueWrongTypeShouldThrowWrappedException()
914911
{
915912
$object = new TestClassTypedProperty();

0 commit comments

Comments
 (0)