Exemplo n.º 1
0
 protected function tearDown()
 {
     parent::tearDown();
     \PkDateQuery::create()->deleteAll();
     \PkTimeQuery::create()->deleteAll();
     \PkTimestampQuery::create()->deleteAll();
 }
Exemplo n.º 2
0
 protected function tearDown()
 {
     // nothing to do for now
     parent::tearDown();
 }