Skip to content

Commit 78b95e8

Browse files
committed
Fixing some of the tests
1 parent f17d2b2 commit 78b95e8

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| Host | localhost |
88
| Host Regex | #HOST_REGEX# |
99
| Scheme | http|https |
10-
| Method | GET|HEAD |
10+
| Method | GET|HEAD |
1111
| Requirements | name: [a-z]+ |
1212
| Class | Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\RouteStub |
1313
| Defaults | name: Joseph |

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1_link.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| Host | localhost |
88
| Host Regex | #HOST_REGEX# |
99
| Scheme | http|https |
10-
| Method | GET|HEAD |
10+
| Method | GET|HEAD |
1111
| Requirements | name: [a-z]+ |
1212
| Class | Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\RouteStub |
1313
| Defaults | _controller: ]8;;myeditor://open?file=[:file:]&line=58\Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\MyController::__invoke()]8;;\ |

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| Host | localhost |
88
| Host Regex | #HOST_REGEX# |
99
| Scheme | http|https |
10-
| Method | PUT|POST |
10+
| Method | PUT|POST |
1111
| Requirements | NO CUSTOM |
1212
| Class | Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\RouteStub |
1313
| Defaults | NONE |

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2_link.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| Host | localhost |
88
| Host Regex | #HOST_REGEX# |
99
| Scheme | http|https |
10-
| Method | PUT|POST |
10+
| Method | PUT|POST |
1111
| Requirements | NO CUSTOM |
1212
| Class | Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\RouteStub |
1313
| Defaults | _controller: ]8;;myeditor://open?file=[:file:]&line=58\Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\MyController::__invoke()]8;;\ |
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--------- ---------- ------------ ----------- --------------- ------------
22
 Name   Method   Schema   Host   Path   Controller 
33
--------- ---------- ------------ ----------- --------------- ------------
4-
route_1 GET|HEAD http|https localhost /hello/{name}
5-
route_2 PUT|POST http|https localhost /name/add
4+
route_1 GET|HEAD http|https localhost /hello/{name}
5+
route_2 PUT|POST http|https localhost /name/add
66
--------- ---------- ------------ ----------- --------------- ------------
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
------------ -------- -------- ------------- --------------
22
 Name   Method   Schema   Path   Controller 
33
------------ -------- -------- ------------- --------------
4-
some_route ANY https /some-route Controller()
4+
some_route ANY https /some-route Controller()
55
------------ -------- -------- ------------- --------------
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---------------------- -------- ------------- ------------- ------------
22
 Name   Method   Host   Path   Controller 
33
---------------------- -------- ------------- ------------- ------------
4-
some_route_with_host ANY 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;;\
55
---------------------- -------- ------------- ------------- ------------
66

0 commit comments

Comments
 (0)