Esempio n. 1
0
 /**
  * @test
  */
 public function cleanupTest()
 {
     Manager::cleanup();
 }
Esempio n. 2
0
 /**
  * A maintenance task that will be performed when the server becomes idle
  */
 public function runMaintenance()
 {
     $this->coordinator->commitDatabases();
     Manager::cleanup();
 }