File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public static function routeProvider()
47
47
root
48
48
prefix_segment
49
49
leading_segment
50
- EOF
50
+ EOF ,
51
51
],
52
52
'Nested - small group ' => [
53
53
[
@@ -60,7 +60,7 @@ public static function routeProvider()
60
60
/prefix/segment/
61
61
-> prefix_segment
62
62
-> leading_segment
63
- EOF
63
+ EOF ,
64
64
],
65
65
'Nested - contains item at intersection ' => [
66
66
[
@@ -73,7 +73,7 @@ public static function routeProvider()
73
73
/prefix/segment/
74
74
-> prefix_segment
75
75
-> leading_segment
76
- EOF
76
+ EOF ,
77
77
],
78
78
'Simple one level nesting ' => [
79
79
[
@@ -88,7 +88,7 @@ public static function routeProvider()
88
88
-> nested_segment
89
89
-> some_segment
90
90
-> other_segment
91
- EOF
91
+ EOF ,
92
92
],
93
93
'Retain matching order with groups ' => [
94
94
[
@@ -110,7 +110,7 @@ public static function routeProvider()
110
110
-> dd
111
111
-> ee
112
112
-> ff
113
- EOF
113
+ EOF ,
114
114
],
115
115
'Retain complex matching order with groups at base ' => [
116
116
[
@@ -142,7 +142,7 @@ public static function routeProvider()
142
142
-> -> ee
143
143
-> -> ff
144
144
-> parent
145
- EOF
145
+ EOF ,
146
146
],
147
147
148
148
'Group regardless of segments ' => [
@@ -163,7 +163,7 @@ public static function routeProvider()
163
163
-> g1
164
164
-> g2
165
165
-> g3
166
- EOF
166
+ EOF ,
167
167
],
168
168
];
169
169
}
You can’t perform that action at this time.
0 commit comments