8000 [HttpKernel] Add `@group time-sensitive` on some transient tests · symfony/symfony@6a7d270 · GitHub
[go: up one dir, main page]

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

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()
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
* ExceptionListenerTest.
2424
*
2525
* @author Robert Schönthal <seroscho@googlemail.com>
26+
*
27+
* @group time-sensitive
2628
*/
2729
class ExceptionListenerTest extends \PHPUnit_Framework_TestCase
2830
{