Пример #1
0
 public function tearDown()
 {
     foreach (\Test\Models\Fake::find() as $r) {
         $r->delete();
     }
 }