Home
last modified time | relevance | path

Searched refs:createGlobalStateSnapshot (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php2246 $this->snapshot = $this->createGlobalStateSnapshot($backupGlobals);
2261 $this->createGlobalStateSnapshot($backupGlobals)
2290 private function createGlobalStateSnapshot($backupGlobals) function in PHPUnit_Framework_TestCase