示例#1
0
 protected function tearDown()
 {
     Lesson::deleteAll();
     Unit::deleteAll();
     Course::deleteAll();
     User::deleteAll();
 }