Esempio n. 1
0
 protected function tearDown()
 {
     parent::tearDown();
     // Clear the queue of LowlevelExceptions or they get needlessly reported at the end of the test run.
     // @deprcated remove with new error handling.
     LowlevelException::$screen = null;
 }
Esempio n. 2
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->resetDirs();
 }
Esempio n. 3
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->app = null;
 }
Esempio n. 4
0
 protected function tearDown()
 {
     parent::tearDown();
     VarDumper::setHandler(null);
 }
Esempio n. 5
0
 protected function tearDown()
 {
     parent::tearDown();
 }