restoreAll() 공개 정적인 메소드

public static restoreAll ( )
예제 #1
0
 public static function revertMocks()
 {
     \QA\SoftMocks::restoreAll();
 }
예제 #2
0
 protected function tearDown()
 {
     SoftMocks::restoreAll();
     parent::tearDown();
     LoggerPolicy::reset();
 }
예제 #3
0
 public function tearDown()
 {
     \QA\SoftMocks::restoreAll();
 }