File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Illuminate \Tests \Testing ;
3
+ namespace Illuminate \Tests \Testing \ Console ;
4
4
5
5
use Illuminate \Contracts \Routing \Registrar ;
6
6
use Illuminate \Foundation \Auth \User ;
@@ -51,8 +51,8 @@ public function testDisplayRoutesForCli()
51
51
->assertSuccessful ()
52
52
->expectsOutput ('' )
53
53
->expectsOutput (' GET|HEAD closure ............................................... ' )
54
- ->expectsOutput (' POST controller-invokable Illuminate\Tests\Testing\FooContr … ' )
55
- ->expectsOutput (' GET|HEAD controller-method/{user} Illuminate\Tests\Testing\FooC … ' )
54
+ ->expectsOutput (' POST controller-invokable Illuminate\Tests\Testing\Console\ … ' )
55
+ ->expectsOutput (' GET|HEAD controller-method/{user} Illuminate\Tests\Testing\Cons … ' )
56
56
->expectsOutput (' GET|HEAD {account}.example.com/user/{id} ............. user.show ' )
57
57
->expectsOutput ('' );
58
58
}
@@ -75,8 +75,8 @@ public function testDisplayRoutesForCliInVerboseMode()
75
75
->assertSuccessful ()
76
76
->expectsOutput ('' )
77
77
->expectsOutput (' GET|HEAD closure ............................................... ' )
78
- ->expectsOutput (' POST controller-invokable Illuminate \\Tests \\Testing \\FooController ' )
79
- ->expectsOutput (' GET|HEAD controller-method/{user} Illuminate \\Tests \\Testing \\FooController@show ' )
78
+ ->expectsOutput (' POST controller-invokable Illuminate \\Tests \\Testing \\Console \\ FooController ' )
79
+ ->expectsOutput (' GET|HEAD controller-method/{user} Illuminate \\Tests \\Testing \\Console \\ FooController@show ' )
80
80
->expectsOutput (' GET|HEAD {account}.example.com/user/{id} ............. user.show ' )
81
81
->expectsOutput (' ⇂ web ' )
82
82
->expectsOutput ('' );
You can’t perform that action at this time.
0 commit comments