File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 35
35
36
36
matrix :
37
37
include :
38
+ - php : 7.2
39
+ env : SYMFONY_VERSION=4.2.*
40
+ - php : 7.2
41
+ env : SYMFONY_VERSION=4.1.*
38
42
- php : 7.2
39
43
env : SYMFONY_VERSION=4.0.*
40
44
- php : 7.1
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ public function doTestMatchRouteKey($routeKey)
83
83
;
84
84
$ this ->routeCompiled ->expects ($ this ->atLeastOnce ())
85
85
->method ('getRegex ' )
86
- ->will ($ this ->returnValue ('# ' .str_replace ('/ ' , '\/ ' , $ this ->url ).'# ' ))
86
+ ->will ($ this ->returnValue ('# ' .str_replace ('/ ' , '\/ ' , $ this ->url ).'$#sD ' ))
87
87
;
88
88
$ this ->routeDocument ->expects ($ this ->atLeastOnce ())
89
89
->method ('compile ' )
@@ -132,7 +132,7 @@ public function testMatchNoRouteObject()
132
132
;
133
133
$ this ->routeCompiled ->expects ($ this ->atLeastOnce ())
134
134
->method ('getRegex ' )
135
- ->will ($ this ->returnValue ('# ' .str_replace ('/ ' , '\/ ' , $ this ->url ).'# ' ))
135
+ ->will ($ this ->returnValue ('# ' .str_replace ('/ ' , '\/ ' , $ this ->url ).'$#sD ' ))
136
136
;
137
137
$ this ->routeDocument = $ this ->createMock (Route::class);
138
138
$ this ->routeDocument ->expects ($ this ->atLeastOnce ())
You can’t perform that action at this time.
0 commit comments