Skip to content

Commit ba343e9

Browse files
committed
fix en print de verbose de test de buscar doc emitido
1 parent 4f25847 commit ba343e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/dte_facturacion/BuscarDocumentoEmitidoTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ public function test_dte_buscar_documento_emitido(): void
6060
$this->assertTrue(true);
6161
if (self::$verbose) {
6262
$dte_id = 'T'.$documentos[0]['dte'].'F'.$documentos[0]['folio'];
63-
echo "\n",'test_dte_buscar() n_documentos ',count($documentos),"\n";
64-
echo "\n",'test_dte_buscar() dte_id ',$dte_id,"\n";
65-
echo "\n",'test_dte_buscar() dte_fecha ',$documentos[0]['fecha'],"\n";
63+
echo "\n",'test_dte_buscar_documento_emitido() n_documentos ',count($documentos),"\n";
64+
echo "\n",'test_dte_buscar_documento_emitido() dte_id ',$dte_id,"\n";
65+
echo "\n",'test_dte_buscar_documento_emitido() dte_fecha ',$documentos[0]['fecha'],"\n";
6666
}
6767
} catch (ApiException $e) {
6868
$this->fail(sprintf('[ApiException %d] %s', $e->getCode(), $e->getMessage()));

0 commit comments

Comments
 (0)