Skip to content

Instantly share code, notes, and snippets.

View EtienneDh's full-sized avatar

Etienne EtienneDh

  • Weglot
  • Paris
View GitHub Profile
@Vp3n
Vp3n / DatabaseWebTest.php
Last active October 7, 2020 12:27
Symfony2 helper class to handle EntityManager transaction between tests.
<?php
namespace MyBundle\TestBundle\Lib;
use Doctrine\ORM\EntityManager;
use \Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
/**
* Helper class to help manager transaction for each test,
* database needs to be initialized once before whole test suite