restoreAll() public static method

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