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
@@ -347,7 +347,7 @@ public function testIndirectCircularReferenceShouldThrowAnException()
347
347
*/
348
348
publicfunctiontestDeprecatedAlias()
349
349
{
350
-
$this->expectDeprecation('Since foo/bar 1.0.0: The "b" route alias is deprecated. You should stop using it, as it will be removed in the future.');
350
+
$this->expectUserDeprecationMessage('Since foo/bar 1.0.0: The "b" route alias is deprecated. You should stop using it, as it will be removed in the future.');
@@ -811,7 +811,7 @@ public function testAliasWhichTargetRouteDoesntExist()
811
811
*/
812
812
publicfunctiontestDeprecatedAlias()
813
813
{
814
-
$this->expectDeprecation('Since foo/bar 1.0.0: The "b" route alias is deprecated. You should stop using it, as it will be removed in the future.');
814
+
$this->expectUserDeprecationMessage('Since foo/bar 1.0.0: The "b" route alias is deprecated. You should stop using it, as it will be removed in the future.');
815
815
816
816
$routes = newRouteCollection();
817
817
$routes->add('a', newRoute('/foo'));
@@ -826,7 +826,7 @@ public function testDeprecatedAlias()
0 commit comments