Beispiel #1
0
 public function setUp()
 {
     parent::setUp();
     $seek = new Seek();
     $seek->drop()->yesImSure();
     $tc = new TimeControl();
     $tc->drop()->yesImSure();
     $tc->createTable();
     $seek->createTable();
 }