Skip to content

Commit

Permalink
fix: remocao de codigo desnecessario
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Richard Pereira Martins dos Anjos committed Oct 15, 2024
1 parent 9d30611 commit 312bcca
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

use Tests\Funcional\Sei\Fixtures\{ProtocoloFixture,ProcedimentoFixture,AtividadeFixture,ContatoFixture,ParticipanteFixture,RelProtocoloAssuntoFixture,AtributoAndamentoFixture,DocumentoFixture,AssinaturaFixture,AnexoFixture,AnexoProcessoFixture};

/**
*
* Execution Groups
Expand Down Expand Up @@ -50,9 +48,6 @@ public function test_validar_situacao_do_processo_no_bloco()
'IdBloco' => $objBlocoDeTramiteDTO->getNumId()
]);

$bancoOrgaoA = new DatabaseUtils(CONTEXTO_ORGAO_A);
$bancoOrgaoA->execute("update md_pen_bloco_processo set id_andamento=? where id_protocolo=?;", array(1, $objProtocoloDTO->getDblIdProtocolo()));

$this->acessarSistema(self::$remetente['URL'], self::$remetente['SIGLA_UNIDADE'], self::$remetente['LOGIN'], self::$remetente['SENHA']);

$this->paginaCadastrarProcessoEmBloco->navegarListagemBlocoDeTramite();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

use Tests\Funcional\Sei\Fixtures\{ProtocoloFixture,ProcedimentoFixture,AtividadeFixture,ContatoFixture,ParticipanteFixture,RelProtocoloAssuntoFixture,AtributoAndamentoFixture,DocumentoFixture,AssinaturaFixture,AnexoFixture,AnexoProcessoFixture};

/**
*
* Execution Groups
Expand Down Expand Up @@ -50,9 +48,6 @@ public function test_validar_situacao_do_processo_no_bloco()
'IdBloco' => $objBlocoDeTramiteDTO->getNumId()
]);

$bancoOrgaoA = new DatabaseUtils(CONTEXTO_ORGAO_A);
$bancoOrgaoA->execute("update md_pen_bloco_processo set id_andamento=? where id_protocolo=?;", array(1, $objProtocoloDTO->getDblIdProtocolo()));

$this->acessarSistema(self::$remetente['URL'], self::$remetente['SIGLA_UNIDADE'], self::$remetente['LOGIN'], self::$remetente['SENHA']);

$this->paginaCadastrarProcessoEmBloco->navegarListagemBlocoDeTramite();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

use Tests\Funcional\Sei\Fixtures\{ProtocoloFixture,ProcedimentoFixture,AtividadeFixture,ContatoFixture,ParticipanteFixture,RelProtocoloAssuntoFixture,AtributoAndamentoFixture,DocumentoFixture,AssinaturaFixture,AnexoFixture,AnexoProcessoFixture};

/**
*
* Execution Groups
Expand Down Expand Up @@ -50,9 +48,6 @@ public function test_validar_situacao_do_processo_no_bloco()
'IdBloco' => $objBlocoDeTramiteDTO->getNumId()
]);

$bancoOrgaoA = new DatabaseUtils(CONTEXTO_ORGAO_A);
$bancoOrgaoA->execute("update md_pen_bloco_processo set id_andamento=? where id_protocolo=?;", array(1, $objProtocoloDTO->getDblIdProtocolo()));

$this->acessarSistema(self::$remetente['URL'], self::$remetente['SIGLA_UNIDADE'], self::$remetente['LOGIN'], self::$remetente['SENHA']);

$this->paginaCadastrarProcessoEmBloco->navegarListagemBlocoDeTramite();
Expand Down

0 comments on commit 312bcca

Please sign in to comment.