Skip to content

Commit 357ecef

Browse files
committed
Use verbose for Windows test
1 parent 7b93179 commit 357ecef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Foundation/Console/RouteListCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public function testMiddlewareGroupsExpandCorrectlySortedIfVeryVerbose()
193193

194194
public function testFilterByMiddleware()
195195
{
196-
$this->app->call('route:list', ['--json' => true, '--middleware' => 'auth']);
196+
$this->app->call('route:list', ['--json' => true, '-v' => true, '--middleware' => 'auth']);
197197
$output = $this->app->output();
198198

199199
$expectedOrder = '[{"domain":null,"method":"GET|HEAD","uri":"example-group","name":null,"action":"Closure","middleware":["web","auth"]}]';

0 commit comments

Comments
 (0)