Skip to content

Commit 6a7d270

Browse files
[HttpKernel] Add @group time-sensitive on some transient tests
1 parent bca80ae commit 6a7d270

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)