Skip to content

Commit 25a06c0

Browse files
committed
merged branch drak/patch-1 (PR symfony#3530)
Commits ------- dd192a1 Add PHPUnit annotation. Discussion ---------- Add PHPUnit annotation Bug fix: no Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: - Todo: - This test performs an action which affects the global space of the test process, therefor, these tests must run in separate PHP processes.
2 parents 77e8742 + dd192a1 commit 25a06c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Symfony/Tests/Component/Form/Extension/Csrf/CsrfProvider/DefaultCsrfProviderTest.php

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
use Symfony\Component\Form\Extension\Csrf\CsrfProvider\DefaultCsrfProvider;
1515

16+
/**
17+
* @runTestsInSeparateProcesses
18+
*/
1619
class DefaultCsrfProviderTest extends \PHPUnit_Framework_TestCase
1720
{
1821
protected $provider;

0 commit comments

Comments
 (0)