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