Skip to content

Commit 373dacd

Browse files
committed
minor symfony#16362 [HttpKernel] Add @group time-sensitive on some transient tests (nicolas-grekas)
This PR was merged into the 2.3 branch. Discussion ---------- [HttpKernel] Add `@group time-sensitive` on some transient tests | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#15617 | License | MIT | Doc PR | - Commits ------- 6a7d270 [HttpKernel] Add `@group time-sensitive` on some transient tests
2 parents bca80ae + 6a7d270 commit 373dacd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/Symfony/Component/HttpKernel/Tests/DataCollector/TimeDataCollectorTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
use Symfony\Component\HttpFoundation\Request;
1616
use Symfony\Component\HttpFoundation\Response;
1717

18+
/**
19+
* @group time-sensitive
20+
*/
1821
class TimeDataCollectorTest extends \PHPUnit_Framework_TestCase
1922
{
2023
public function testCollect()

src/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
* ExceptionListenerTest.
2424
*
2525
* @author Robert Schönthal <[email protected]>
26+
*
27+
* @group time-sensitive
2628
*/
2729
class ExceptionListenerTest extends \PHPUnit_Framework_TestCase
2830
{

0 commit comments

Comments
 (0)