File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,9 @@ public function testGetMatcher()
136
136
$ this ->assertSame ($ this ->matcher , $ matcher );
137
137
}
138
138
139
+ /**
140
+ * @group legacy
141
+ */
139
142
public function testMatchUrl ()
140
143
{
141
144
$ routeDefaults = array ('foo ' => 'bar ' );
@@ -207,6 +210,7 @@ public function testMatchRequest()
207
210
208
211
/**
209
212
* @expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException
213
+ * @group legacy
210
214
*/
211
215
public function testMatchFilter ()
212
216
{
@@ -247,6 +251,7 @@ public function testMatchRequestFilter()
247
251
248
252
/**
249
253
* @expectedException \InvalidArgumentException
254
+ * @group legacy
250
255
*/
251
256
public function testMatchUrlWithRequestMatcher ()
252
257
{
@@ -282,6 +287,9 @@ public function testRouteDebugMessageNonversatile()
282
287
$ this ->assertInternalType ('string ' , $ router ->getRouteDebugMessage ('test ' ));
283
288
}
284
289
290
+ /**
291
+ * @group legacy
292
+ */
285
293
public function testEventHandler ()
286
294
{
287
295
$ eventDispatcher = $ this ->buildMock ('Symfony\Component\EventDispatcher\EventDispatcherInterface ' );
You can’t perform that action at this time.
0 commit comments