Skip to content

Commit 505a77f

Browse files
committed
Minor @requires function tests cleanup
1 parent 080c49f commit 505a77f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tests/MarkingStore/MethodMarkingStoreTest.php

-6
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ public function testGetMarkingWithValueObject()
8787
$this->assertSame('first_place', (string) $subject->getMarking());
8888
}
8989

90-
/**
91-
* @requires PHP 7.4
92-
*/
9390
public function testGetMarkingWithUninitializedProperty()
9491
{
9592
$subject = new SubjectWithType();
@@ -102,9 +99,6 @@ public function testGetMarkingWithUninitializedProperty()
10299
$this->assertCount(0, $marking->getPlaces());
103100
}
104101

105-
/**
106-
* @requires PHP 7.4
107-
*/
108102
public function testGetMarkingWithUninitializedProperty2()
109103
{
110104
$subject = new SubjectWithType();

0 commit comments

Comments
 (0)