Пример #1
0
 public function tearDown()
 {
     User::truncate();
     Soft::truncate();
     Book::truncate();
     Item::truncate();
 }