restoreAll() public static method

public static restoreAll ( )
Exemplo n.º 1
0
 public static function revertMocks()
 {
     \QA\SoftMocks::restoreAll();
 }
Exemplo n.º 2
0
 protected function tearDown()
 {
     SoftMocks::restoreAll();
     parent::tearDown();
     LoggerPolicy::reset();
 }
Exemplo n.º 3
0
 public function tearDown()
 {
     \QA\SoftMocks::restoreAll();
 }