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 setUp() { parent::setUp(); $this->prev_driver = lmb_use_charset_driver(new lmbUTF8BaseDriver()); }
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'))); }