con); } /** * This is run after each unit test. It empties the database. */ protected function tearDown() { BookstoreDataPopulator::depopulate($this->con); parent::tearDown(); } }