Example #1
0
 public function tearDown()
 {
     // clear fixtures
     User::remove(array());
     Article::remove(array());
 }