Skip to content

Commit 4fc5504

Browse files
Merge branch '4.3' into 4.4
* 4.3: [4.3] Cleanup tests Cleanup tests [Finder] Prevent unintentional file locks in Windows [FrameworkBundle] Fix about command not showing .env vars [DomCrawler] Fix FileFormField PHPDoc [Mailer] Remove the default dispatcher in AbstractTransport Fix #33395 PHP 5.3 compatibility
2 parents d73596f + 3561576 commit 4fc5504

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/Store/BlockingStoreTestTrait.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ abstract protected function getStore();
3333
*
3434
* This test is time sensible: the $clockDelay could be adjust.
3535
*
36+
* It also fails when run with the global ./phpunit test suite.
37+
*
38+
* @group transient
39+
*
3640
* @requires extension pcntl
3741
* @requires extension posix
3842
* @requires function pcntl_sigwaitinfo

0 commit comments

Comments
 (0)