public function setUp() { parent::setUp(); Utils::reset(); Utils::setCurrentDate("2011-09-19 00:00:00"); $this->table = Table::factory("Posts"); }
public function setUp() { parent::setUp(); $this->table = Table::factory("Users"); }