コード例 #1
0
ファイル: MainLogicTestCase.php プロジェクト: knatorski/SMS
 public function tearDown() {
     $this->resetRequest();
     $this->resetResponse();
     parent::tearDown();
 }
コード例 #2
0
 /** Teardown. */
 public function tearDown()
 {
     parent::tearDown();
 }