Exemplo n.º 1
0
 public function setUp()
 {
     parent::setUp();
     if (!self::$dbConstructed) {
         self::$dbConstructed = true;
         $mv = new MetadataValue();
         $mv->drop()->yesImSure();
         $m = new Metadata();
         $m->drop()->yesImSure();
         $m->createTable();
         $mv->createTable();
     }
 }