Example #1
0
 /** remove all the fields from DB, clean-up the Registry */
 public function tearDown()
 {
     foreach ($this->authors as $author) {
         $author->delete();
     }
     Registry::close();
 }
 /** tearDown */
 public function tearDown()
 {
     Registry::close();
     $this->removeDatabase();
 }
 /** tearDown */
 public function tearDown()
 {
     Registry::close();
 }