This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 |