Example #1
0
 /**
  * Set up the view helper test
  *
  * @return void
  */
 public function setUp()
 {
     parent::setUp();
     date_default_timezone_set('Europe/Berlin');
 }
Example #2
0
 /**
  * Tear down
  *
  * @return void
  */
 public function tearDown()
 {
     parent::tearDown();
     GeneralUtility::purgeInstances();
 }