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