예제 #1
0
파일: BaseTest.php 프로젝트: gudwin/extasy
 public function tearDown()
 {
     parent::tearDown();
     $this->cleanStaticApplicationCacheFolder();
 }
예제 #2
0
 public function tearDown()
 {
     parent::tearDown();
     \UsersLogin::logout();
 }
예제 #3
0
파일: UsersTest.php 프로젝트: gudwin/extasy
 public function tearDown()
 {
     parent::tearDown();
     $this->cleanUpSchemes();
 }
예제 #4
0
 public function tearDown()
 {
     $this->dropTable();
     //
     parent::tearDown();
 }
예제 #5
0
 public function tearDown()
 {
     parent::tearDown();
 }