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