function setUp()
 {
     parent::setUp();
     $this->locale = new lmbLocale('en');
     $this->locale->fract_digits = 2;
     $this->locale->decimal_symbol = '.';
     $this->locale->thousand_separator = ',';
     $this->toolkit->addLocaleObject($this->locale);
 }
 function tearDown()
 {
     lmb_use_charset_driver($this->prev_driver);
     parent::tearDown();
 }
Example #3
0
 function setUp()
 {
     parent::setUp();
     $this->toolkit->setWactLocator($this->locator);
 }
 function setUp()
 {
     parent::setUp();
     $this->toolkit->addLocaleObject(new lmbLocale('en', new lmbIni(dirname(__FILE__) . '/../en.ini')));
 }