Add PHPUnit annotation.

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:
Drak 2012-03-08 14:35:54 +05:45
parent f6353b8c7d
commit dd192a1aea

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;