コード例 #1
0
ファイル: BoltLibraryTest.php プロジェクト: johndotcat/bolt
 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
ファイル: ConfigTraitTest.php プロジェクト: robbert-vdh/bolt
 protected function tearDown()
 {
     parent::tearDown();
     $this->resetDirs();
 }
コード例 #3
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->app = null;
 }
コード例 #4
0
ファイル: BoltTwigHelpersTest.php プロジェクト: annejan/bolt
 protected function tearDown()
 {
     parent::tearDown();
     VarDumper::setHandler(null);
 }
コード例 #5
0
ファイル: BoltLibraryTest.php プロジェクト: bolt/bolt
 protected function tearDown()
 {
     parent::tearDown();
 }