Inheritance: extends tests\LrsTestCase
 public function tearDown()
 {
     parent::tearDown();
     $dir = Helpers::getEnvVar('LOCAL_FILESTORE') . '/' . $this->lrs->_id;
     $this->deleteDirectory($dir);
     (new \Statement())->where('lrs._id', $this->lrs->_id)->delete();
 }
コード例 #2
0
 public function tearDown()
 {
     parent::tearDown();
     $dir = Helpers::getEnvVar('FS_LOCAL_ENDPOINT') . '/' . $this->lrs->_id;
     $this->deleteDirectory($dir);
     (new \Statement())->where('lrs_id', new \MongoId($this->lrs->_id))->delete();
 }
コード例 #3
0
ファイル: QueryTest.php プロジェクト: scmc/learninglocker
 public function tearDown()
 {
     parent::tearDown();
 }
コード例 #4
0
 public function tearDown()
 {
     $this->model->delete();
     parent::tearDown();
 }