setUp() public method

public setUp ( )
Exemplo n.º 1
0
 public function setUp()
 {
     parent::setUp();
     $config = self::createNeutralConfigLoader();
     $manager = ConnectionManager::getInstance();
     $manager->free();
     $this->registerDataSource('mysql');
 }