Example #1
0
 /**
  * setup function
  *
  * @return void
  */
 public function setUp()
 {
     $this->resourceDir = __DIR__ . '/resources/translations/';
     $this->cache = new ArrayCache();
     $this->cacheUtils = new I18nCacheUtils($this->cache, __DIR__ . '/resources/cache', 'odm');
     $this->cacheUtils->setResourceDir($this->resourceDir);
 }