File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ class ProfilerListenerTest extends \PHPUnit_Framework_TestCase
24
24
{
25
25
/**
26
26
* Test to ensure BC without RequestStack
27
+ *
28
+ * @group legacy
27
29
*/
28
30
public function testLegacyEventsWithoutRequestStack ()
29
31
{
Original file line number Diff line number Diff line change @@ -312,20 +312,29 @@ public function doStuff()
312
312
$ this ->assertEquals ($ expected , $ output );
313
313
}
314
314
315
+ /**
316
+ * @group legacy
317
+ */
315
318
public function testLegacyIsClassInActiveBundleFalse ()
316
319
{
317
320
$ kernel = $ this ->getKernelMockForIsClassInActiveBundleTest ();
318
321
319
322
$ this ->assertFalse ($ kernel ->isClassInActiveBundle ('Not\In\Active\Bundle ' ));
320
323
}
321
324
325
+ /**
326
+ * @group legacy
327
+ */
322
328
public function testLegacyIsClassInActiveBundleFalseNoNamespace ()
323
329
{
324
330
$ kernel = $ this ->getKernelMockForIsClassInActiveBundleTest ();
325
331
326
332
$ this ->assertFalse ($ kernel ->isClassInActiveBundle ('NotNamespacedClass ' ));
327
333
}
328
334
335
+ /**
336
+ * @group legacy
337
+ */
329
338
public function testLegacyIsClassInActiveBundleTrue ()
330
339
{
331
340
$ kernel = $ this ->getKernelMockForIsClassInActiveBundleTest ();
You can’t perform that action at this time.
0 commit comments