Skip to content

Commit fcb5e49

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Use mb_convert_encoding instead of utf8_decode [SecurityBundle] Remove forgotten unused code Minor @requires function tests cleanup [FrameworkBundle] Always add CacheCollectorPass Fix "Notice: Undefined index: headers" in messenger with Oracle [String] Fix ansi escape sequences regex Indicate support for doctrine/persistence 3 [Routing] fix router base url when default uri has trailing slash Replace deprecated String.prototype.substr()
2 parents d5125a5 + 505a77f commit fcb5e49

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)