Esempio n. 1
0
 /**
  * Sets up the fixture, for example, open a network connection.
  * This method is called before a test is executed.
  */
 public function setUp()
 {
     parent::setUp();
     $this->helper->getContainer()->exchangeArray(array('part1', 'part2', 'part3'));
     $this->helper->setSeparator($this->separator);
 }
Esempio n. 2
0
 /**
  * Sets up the fixture, for example, open a network connection.
  * This method is called before a test is executed.
  */
 public function setUp()
 {
     $this->previousLocale = IntlLocale::getDefault();
     static::$locale->setCurrent('en_US');
     parent::setUp();
 }