Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4bdc0f4

Browse filesBrowse files
committed
Merge branch '4.4' into 5.2
* 4.4: Remove always-true requirement
2 parents 521fceb + e955a1e commit 4bdc0f4
Copy full SHA for 4bdc0f4

File tree

Expand file treeCollapse file tree

2 files changed

+0
-15
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-15
lines changed

‎src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ public function testGc()
122122
$this->proxy->gc(86400);
123123
}
124124

125-
/**
126-
* @requires PHPUnit 5.1
127-
*/
128125
public function testValidateId()
129126
{
130127
$mock = $this->createMock(TestSessionHandler::class);
@@ -137,9 +134,6 @@ public function testValidateId()
137134
$this->assertTrue($this->proxy->validateId('id'));
138135
}
139136

140-
/**
141-
* @requires PHPUnit 5.1
142-
*/
143137
public function testUpdateTimestamp()
144138
{
145139
$mock = $this->createMock(TestSessionHandler::class);

‎src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php
-9Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,6 @@ public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetter()
157157
$this->propertyAccessor->getValue(new UninitializedPrivateProperty(), 'uninitialized');
158158
}
159159

160-
/**
161-
* @requires PHP 7
162-
*/
163160
public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetterOfAnonymousClass()
164161
{
165162
$this->expectException(AccessException::class);
@@ -177,9 +174,6 @@ public function getUninitialized(): array
177174
$this->propertyAccessor->getValue($object, 'uninitialized');
178175
}
179176

180-
/**
181-
* @requires PHP 7
182-
*/
183177
public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetterOfAnonymousStdClass()
184178
{
185179
$this->expectException(AccessException::class);
@@ -197,9 +191,6 @@ public function getUninitialized(): array
197191
$this->propertyAccessor->getValue($object, 'uninitialized');
198192
}
199193

200-
/**
201-
* @requires PHP 7
202-
*/
203194
public function testGetValueThrowsExceptionIfUninitializedPropertyWithGetterOfAnonymousChildClass()
204195
{
205196
$this->expectException(AccessException::class);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.