Exemple #1
0
 /**
  * Setup the database and create the base tables for all tests
  */
 public function setUp()
 {
     parent::setUp();
     $this->fixture = new Fixture();
     $this->configureFixture();
     $this->fixture->performSetUp();
 }