示例#1
0
 public function tearDown()
 {
     parent::tearDown();
     foreach ($this->dataInsertPost as $dataPost) {
         $this->app['post.service']->delete($dataPost['id']);
     }
 }
示例#2
0
 public function tearDown()
 {
     parent::tearDown();
 }