예제 #1
0
파일: factory.php 프로젝트: akirk/GlotPress
 function __construct($factory = null, $thing = null)
 {
     parent::__construct($factory, $thing ? $thing : new GP_Glossary());
     $this->default_generation_definitions = array('description' => new GP_UnitTest_Generator_Sequence('Glossary Set %s'), 'translation_set_id' => 1);
 }