Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66dd215

Browse files
authored
[12.x] Test Improvements (#56850)
Revert unnecessary changes from previous PR: github.com//pull/56838 Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent c1b1628 commit 66dd215

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Testing/Console/RouteListCommandTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,9 @@ public function testDisplayRoutesForCliInVerboseMode()
100100
->expectsOutput('');
101101
}
102102

103-
#[IgnorePhpunitDeprecations]
104103
public function testRouteCanBeFilteredByName()
105104
{
106-
// $this->withoutDeprecationHandling();
105+
$this->withoutDeprecationHandling();
107106

108107
$this->router->get('/', function () {
109108
//

0 commit comments

Comments
 (0)