Skip to content

Commit

Permalink
test: remover warning cadastro unidades pen
Browse files Browse the repository at this point in the history
  • Loading branch information
marvdias committed Jan 16, 2025
1 parent eee96e9 commit 09ce29a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests_sei41/funcional/tests/CenarioBaseTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public static function setUpBeforeClass(): void
putenv("DATABASE_HOST=org1-database");
$penMapUnidadesFixture = new \PenMapUnidadesFixture();
$penMapUnidadesFixture->carregar([
'IdUnidade' => 110000001,
'Id' => CONTEXTO_ORGAO_A_ID_ESTRUTURA,
'Sigla' => CONTEXTO_ORGAO_A_SIGLA_ESTRUTURA,
'Nome' => CONTEXTO_ORGAO_A_NOME_UNIDADE,
Expand All @@ -105,7 +106,7 @@ public static function setUpBeforeClass(): void
$penMapUnidadesFixture->carregar([
'IdUnidade' => 110000002,
'Id' => CONTEXTO_ORGAO_A_ID_ESTRUTURA_SECUNDARIA,
'Sigla' => CONTEXTO_ORGAO_A_SIGLA_UNIDADE_SECUNDARIA_HIERARQUIA,
'Sigla' => CONTEXTO_ORGAO_A_NOME_UNIDADE_SECUNDARIA,
'Nome' => CONTEXTO_ORGAO_A_NOME_UNIDADE_SECUNDARIA,
]);
}
Expand Down Expand Up @@ -139,6 +140,7 @@ public static function setUpBeforeClass(): void
putenv("DATABASE_HOST=org2-database");
$penMapUnidadesFixture = new \PenMapUnidadesFixture();
$penMapUnidadesFixture->carregar([
'IdUnidade' => 110000001,
'Id' => CONTEXTO_ORGAO_B_ID_ESTRUTURA,
'Sigla' => CONTEXTO_ORGAO_B_SIGLA_ESTRUTURA,
'Nome' => CONTEXTO_ORGAO_B_NOME_UNIDADE,
Expand All @@ -149,7 +151,7 @@ public static function setUpBeforeClass(): void
$penMapUnidadesFixture->carregar([
'IdUnidade' => 110000002,
'Id' => CONTEXTO_ORGAO_B_ID_ESTRUTURA_SECUNDARIA,
'Sigla' => CONTEXTO_ORGAO_B_SIGLA_UNIDADE_SECUNDARIA_HIERARQUIA,
'Sigla' => CONTEXTO_ORGAO_B_NOME_UNIDADE_SECUNDARIA,
'Nome' => CONTEXTO_ORGAO_B_NOME_UNIDADE_SECUNDARIA,
]);
}
Expand Down

0 comments on commit 09ce29a

Please sign in to comment.