Skip to content

Commit 3561576

Browse files
Merge branch '3.4' into 4.3
* 3.4: Cleanup tests [Finder] Prevent unintentional file locks in Windows [DomCrawler] Fix FileFormField PHPDoc Fix #33395 PHP 5.3 compatibility
2 parents 1294be8 + 2bfaf56 commit 3561576

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
@@ -32,6 +32,10 @@ abstract protected function getStore();
3232
*
3333
* This test is time sensible: the $clockDelay could be adjust.
3434
*
35+
* It also fails when run with the global ./phpunit test suite.
36+
*
37+
* @group transient
38+
*
3539
* @requires extension pcntl
3640
* @requires extension posix
3741
* @requires function pcntl_sigwaitinfo

0 commit comments

Comments
 (0)