Skip to content

Commit 6534fa7

Browse files
committed
Fixing some of the tests
1 parent f17d2b2 commit 6534fa7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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: 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)