Ejemplo 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;
 }
Ejemplo n.º 2
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->resetDirs();
 }
Ejemplo n.º 3
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->app = null;
 }
Ejemplo n.º 4
0
 protected function tearDown()
 {
     parent::tearDown();
     VarDumper::setHandler(null);
 }
Ejemplo n.º 5
0
 protected function tearDown()
 {
     parent::tearDown();
 }