コード例 #1
0
 protected function tearDown()
 {
     if (!empty($this->mock)) {
         $this->mock->disable();
         unset($this->mock);
     }
 }
コード例 #2
0
 protected function tearDown()
 {
     if (isset($this->mock)) {
         $this->mock->disable();
     }
 }