You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (__CLASS__ !== $m->getDeclaringClass()->getName()) {
214
223
@trigger_error(sprintf('Extending %s::%s() is deprecated since version 3.2 and won\'t be supported anymore in 4.0 as it will be final.', __CLASS__, $method), E_USER_DEPRECATED);
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -863,6 +863,9 @@ public function testDeprecations()
863
863
{
864
864
ErrorAssert::assertDeprecationsAreTriggered(array(sprintf('Extending %s::setLastModified() is deprecated', Response::class), sprintf('Extending %s::getDate() is deprecated', Response::class)), function () {
0 commit comments