Esempio n. 1
0
 /**
  *
  */
 public function testGetLoader()
 {
     $i18n = new I18n($this->getLoader(), 'en_US');
     $this->assertInstanceOf('mako\\i18n\\Loader', $i18n->getLoader());
 }