merged branch drak/patch-1 (PR #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.
This commit is contained in:
Fabien Potencier 2012-03-08 18:07:37 +01:00
commit 25a06c064d

View File

@ -13,6 +13,9 @@ namespace Symfony\Tests\Component\Form\Extension\Csrf\CsrfProvider;
use Symfony\Component\Form\Extension\Csrf\CsrfProvider\DefaultCsrfProvider;
/**
* @runTestsInSeparateProcesses
*/
class DefaultCsrfProviderTest extends \PHPUnit_Framework_TestCase
{
protected $provider;