Commit 381b4a0f0ac974fecfda56750c5404bf44bfc31f

Authored by Guilherme Del Cantoni
1 parent dd7a7b62
Exists in master and in 1 other branch desenv

Revisão do script de teste para deploy automático

Showing 1 changed file with 1 additions and 4 deletions   Show diff stats
teste.php
... ... @@ -14,9 +14,6 @@ echo $token;
14 14 echo '<BR>';
15 15 $b->autenticarToken($token);
16 16  
17   -
18   -
19   -
20 17 class TesteAtividade {
21 18  
22 19 public function listarAtividadesProcessoConectado(){
... ... @@ -32,7 +29,7 @@ class TesteAtividade {
32 29 $rn = new MdWsSeiAtividadeRN();
33 30 $dto = $rn->encapsulaLancarAndamentoProcesso(array(
34 31 'protocolo' => 30,
35   - 'descricao' => 'La vamos nós!'
  32 + 'descricao' => 'La vamos nós!'
36 33 ));
37 34 var_dump($rn->lancarAndamentoProcesso($dto));
38 35 }
... ...