restoreAll() public static method

public static restoreAll ( )
コード例 #1
0
ファイル: SoftMocksExample.php プロジェクト: badoo/soft-mocks
 public static function revertMocks()
 {
     \QA\SoftMocks::restoreAll();
 }
コード例 #2
0
 protected function tearDown()
 {
     SoftMocks::restoreAll();
     parent::tearDown();
     LoggerPolicy::reset();
 }
コード例 #3
0
ファイル: ExampleTest.php プロジェクト: badoo/soft-mocks
 public function tearDown()
 {
     \QA\SoftMocks::restoreAll();
 }