Exemplo n.º 1
0
 /**
  * @group CoreExt_Locale
  */
 public function testInstanciaRetornaObjetoCoreextLocalePorPadrao()
 {
     $entity = new CoreExt_EntityStub();
     $this->assertType('CoreExt_Locale', $entity->getLocale());
 }