Skip to content

Commit

Permalink
test: adicionando fixture em cadastro doc TramiteEnvioParcial (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvdias authored Sep 9, 2024
1 parent 662d6fe commit d018cf0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
12 changes: 9 additions & 3 deletions tests_sei4/funcional/tests/TramiteEnvioParcialTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public function test_criar_processo_contendo_documento_tramitar_remetente_envio_
* Verificar processo recebido no Órgão 2 com envio parcial mapeado
* @group mapeamento
*
* @depends test_criar_processo_contendo_documento_tramitar_remetente_envio_parcial
* @return void
*/
public function test_verificar_processo_recebido_tramitar_destinatario_envio_parcial()
Expand Down Expand Up @@ -109,6 +110,7 @@ public function test_verificar_processo_recebido_tramitar_destinatario_envio_par
* Devolver processo ao Órgão 1 com envio parcial mapeado
* @group mapeamento
*
* @depends test_verificar_processo_recebido_tramitar_destinatario_envio_parcial
* @return void
*/
public function test_criar_documento_processo_recebido_tramitar_destinatario_envio_parcial()
Expand All @@ -120,12 +122,15 @@ public function test_criar_documento_processo_recebido_tramitar_destinatario_env
self::$destinatario['SENHA']
);

putenv("DATABASE_HOST=org2-database");

$this->paginaBase->navegarParaControleProcesso();
$this->paginaControleProcesso->abrirProcesso(self::$protocoloTestePrincipal->getStrProtocoloFormatado());

self::$documentoTeste2 = $this->gerarDadosDocumentoInternoTeste(self::$destinatario);
$this->cadastrarDocumentoInterno(self::$documentoTeste2);
$this->assinarDocumento(self::$destinatario['ORGAO'], self::$destinatario['CARGO_ASSINATURA'], self::$destinatario['SENHA']);
$protocoloTestePrincipalOrg2 = $this->consultarProcessoFixture(self::$protocoloTestePrincipal->getStrProtocoloFormatado(), \ProtocoloRN::$TP_PROCEDIMENTO);
$this->cadastrarDocumentoInternoFixture(self::$documentoTeste2, $protocoloTestePrincipalOrg2->getDblIdProtocolo());

$this->paginaControleProcesso->abrirProcesso(self::$protocoloTestePrincipal->getStrProtocoloFormatado());

$this->tramitarProcessoExternamente(
self::$protocoloTestePrincipal,
Expand All @@ -142,6 +147,7 @@ public function test_criar_documento_processo_recebido_tramitar_destinatario_env
* Verificar processo recebido no Órgão 1 com envio parcial mapeado
* @group mapeamento
*
* @depends test_criar_documento_processo_recebido_tramitar_destinatario_envio_parcial
* @return void
*/
public function test_verificar_processo_recebido_tramitar_remetente_envio_parcial()
Expand Down
12 changes: 9 additions & 3 deletions tests_sei41/funcional/tests/TramiteEnvioParcialTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public function test_criar_processo_contendo_documento_tramitar_remetente_envio_
* Verificar processo recebido no Órgão 2 com envio parcial mapeado
* @group mapeamento
*
* @depends test_criar_processo_contendo_documento_tramitar_remetente_envio_parcial
* @return void
*/
public function test_verificar_processo_recebido_tramitar_destinatario_envio_parcial()
Expand Down Expand Up @@ -109,6 +110,7 @@ public function test_verificar_processo_recebido_tramitar_destinatario_envio_par
* Devolver processo ao Órgão 1 com envio parcial mapeado
* @group mapeamento
*
* @depends test_verificar_processo_recebido_tramitar_destinatario_envio_parcial
* @return void
*/
public function test_criar_documento_processo_recebido_tramitar_destinatario_envio_parcial()
Expand All @@ -120,12 +122,15 @@ public function test_criar_documento_processo_recebido_tramitar_destinatario_env
self::$destinatario['SENHA']
);

putenv("DATABASE_HOST=org2-database");

$this->paginaBase->navegarParaControleProcesso();
$this->paginaControleProcesso->abrirProcesso(self::$protocoloTestePrincipal->getStrProtocoloFormatado());

self::$documentoTeste2 = $this->gerarDadosDocumentoInternoTeste(self::$destinatario);
$this->cadastrarDocumentoInterno(self::$documentoTeste2);
$this->assinarDocumento(self::$destinatario['ORGAO'], self::$destinatario['CARGO_ASSINATURA'], self::$destinatario['SENHA']);
$protocoloTestePrincipalOrg2 = $this->consultarProcessoFixture(self::$protocoloTestePrincipal->getStrProtocoloFormatado(), \ProtocoloRN::$TP_PROCEDIMENTO);
$this->cadastrarDocumentoInternoFixture(self::$documentoTeste2, $protocoloTestePrincipalOrg2->getDblIdProtocolo());

$this->paginaControleProcesso->abrirProcesso(self::$protocoloTestePrincipal->getStrProtocoloFormatado());

$this->tramitarProcessoExternamente(
self::$protocoloTestePrincipal,
Expand All @@ -142,6 +147,7 @@ public function test_criar_documento_processo_recebido_tramitar_destinatario_env
* Verificar processo recebido no Órgão 1 com envio parcial mapeado
* @group mapeamento
*
* @depends test_criar_documento_processo_recebido_tramitar_destinatario_envio_parcial
* @return void
*/
public function test_verificar_processo_recebido_tramitar_remetente_envio_parcial()
Expand Down
12 changes: 9 additions & 3 deletions tests_super/funcional/tests/TramiteEnvioParcialTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public function test_criar_processo_contendo_documento_tramitar_remetente_envio_
* Verificar processo recebido no Órgão 2 com envio parcial mapeado
* @group mapeamento
*
* @depends test_criar_processo_contendo_documento_tramitar_remetente_envio_parcial
* @return void
*/
public function test_verificar_processo_recebido_tramitar_destinatario_envio_parcial()
Expand Down Expand Up @@ -109,6 +110,7 @@ public function test_verificar_processo_recebido_tramitar_destinatario_envio_par
* Devolver processo ao Órgão 1 com envio parcial mapeado
* @group mapeamento
*
* @depends test_verificar_processo_recebido_tramitar_destinatario_envio_parcial
* @return void
*/
public function test_criar_documento_processo_recebido_tramitar_destinatario_envio_parcial()
Expand All @@ -120,12 +122,15 @@ public function test_criar_documento_processo_recebido_tramitar_destinatario_env
self::$destinatario['SENHA']
);

putenv("DATABASE_HOST=org2-database");

$this->paginaBase->navegarParaControleProcesso();
$this->paginaControleProcesso->abrirProcesso(self::$protocoloTestePrincipal->getStrProtocoloFormatado());

self::$documentoTeste2 = $this->gerarDadosDocumentoInternoTeste(self::$destinatario);
$this->cadastrarDocumentoInterno(self::$documentoTeste2);
$this->assinarDocumento(self::$destinatario['ORGAO'], self::$destinatario['CARGO_ASSINATURA'], self::$destinatario['SENHA']);
$protocoloTestePrincipalOrg2 = $this->consultarProcessoFixture(self::$protocoloTestePrincipal->getStrProtocoloFormatado(), \ProtocoloRN::$TP_PROCEDIMENTO);
$this->cadastrarDocumentoInternoFixture(self::$documentoTeste2, $protocoloTestePrincipalOrg2->getDblIdProtocolo());

$this->paginaControleProcesso->abrirProcesso(self::$protocoloTestePrincipal->getStrProtocoloFormatado());

$this->tramitarProcessoExternamente(
self::$protocoloTestePrincipal,
Expand All @@ -142,6 +147,7 @@ public function test_criar_documento_processo_recebido_tramitar_destinatario_env
* Verificar processo recebido no Órgão 1 com envio parcial mapeado
* @group mapeamento
*
* @depends test_criar_documento_processo_recebido_tramitar_destinatario_envio_parcial
* @return void
*/
public function test_verificar_processo_recebido_tramitar_remetente_envio_parcial()
Expand Down

0 comments on commit d018cf0

Please sign in to comment.