File tree 7 files changed +8
-8
lines changed
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
| Host | localhost |
8
8
| Host Regex | #HOST_REGEX# |
9
9
| Scheme | http|https |
10
- | Method | GET|HEAD |
10
+ | Method | [34mGET[39m|[34mHEAD[39m |
11
11
| Requirements | name: [a-z]+ |
12
12
| Class | Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\RouteStub |
13
13
| Defaults | name: Joseph |
Original file line number Diff line number Diff line change 7
7
| Host | localhost |
8
8
| Host Regex | #HOST_REGEX# |
9
9
| Scheme | http|https |
10
- | Method | GET|HEAD |
10
+ | Method | [34mGET[39m|[34mHEAD[39m |
11
11
| Requirements | name: [a-z]+ |
12
12
| Class | Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\RouteStub |
13
13
| Defaults | _controller: ]8;;myeditor://open?file=[:file:]&line=58\Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\MyController::__invoke()]8;;\ |
Original file line number Diff line number Diff line change 7
7
| Host | localhost |
8
8
| Host Regex | #HOST_REGEX# |
9
9
| Scheme | http|https |
10
- | Method | PUT|POST |
10
+ | Method | [33mPUT[39m|[32mPOST[39m |
11
11
| Requirements | NO CUSTOM |
12
12
| Class | Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\RouteStub |
13
13
| Defaults | NONE |
Original file line number Diff line number Diff line change 7
7
| Host | localhost |
8
8
| Host Regex | #HOST_REGEX# |
9
9
| Scheme | http|https |
10
- | Method | PUT|POST |
10
+ | Method | [33mPUT[39m|[32mPOST[39m |
11
11
| Requirements | NO CUSTOM |
12
12
| Class | Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\RouteStub |
13
13
| Defaults | _controller: ]8;;myeditor://open?file=[:file:]&line=58\Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\MyController::__invoke()]8;;\ |
Original file line number Diff line number Diff line change 1
1
--------- ---------- ------------ ----------- --------------- ------------
2
2
[32m Name [39m [32m Method [39m [32m Schema [39m [32m Host [39m [32m Path [39m [32m Controller [39m
3
3
--------- ---------- ------------ ----------- --------------- ------------
4
- route_1 [34mGET[39m[38;2;108;114;128m |[39m[38;2;108;114;128mHEAD [39m http|https localhost /hello/{name}
5
- route_2 [33mPUT[39m[38;2;108;114;128m |[39m[33mPOST [39m http|https localhost /name/add
4
+ route_1 [34mGET[39m|[34mHEAD [39m http|https localhost /hello/{name}
5
+ route_2 [33mPUT[39m|[32mPOST [39m http|https localhost /name/add
6
6
--------- ---------- ------------ ----------- --------------- ------------
7
7
Original file line number Diff line number Diff line change 1
1
------------ -------- -------- ------------- --------------
2
2
[32m Name [39m [32m Method [39m [32m Schema [39m [32m Path [39m [32m Controller [39m
3
3
------------ -------- -------- ------------- --------------
4
- some_route [31mANY[39m https /some-route Controller()
4
+ some_route ANY https /some-route Controller()
5
5
------------ -------- -------- ------------- --------------
6
6
Original file line number Diff line number Diff line change 1
1
---------------------- -------- ------------- ------------- ------------
2
2
[32m Name [39m [32m Method [39m [32m Host [39m [32m Path [39m [32m Controller [39m
3
3
---------------------- -------- ------------- ------------- ------------
4
- some_route_with_host [31mANY[39m symfony.com /some-route ]8;;myeditor://open?file=&line=0\strpos()]8;;\
4
+ some_route_with_host ANY symfony.com /some-route ]8;;myeditor://open?file=&line=0\strpos()]8;;\
5
5
---------------------- -------- ------------- ------------- ------------
6
6
You can’t perform that action at this time.
0 commit comments