restoreAll() public static méthode

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