Exemple #1
0
 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);
 }