We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080c49f commit 505a77fCopy full SHA for 505a77f
Tests/MarkingStore/MethodMarkingStoreTest.php
@@ -87,9 +87,6 @@ public function testGetMarkingWithValueObject()
87
$this->assertSame('first_place', (string) $subject->getMarking());
88
}
89
90
- /**
91
- * @requires PHP 7.4
92
- */
93
public function testGetMarkingWithUninitializedProperty()
94
{
95
$subject = new SubjectWithType();
@@ -102,9 +99,6 @@ public function testGetMarkingWithUninitializedProperty()
102
99
$this->assertCount(0, $marking->getPlaces());
103
100
104
101
105
106
107
108
public function testGetMarkingWithUninitializedProperty2()
109
110
0 commit comments