Skip to content

Commit

Permalink
fix en clases cubiertas en test
Browse files Browse the repository at this point in the history
  • Loading branch information
estebandelaf committed Jan 13, 2025
1 parent 0741dd3 commit 48ec12f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@
use libredte\lib\Core\Package\Billing\Component\Document\Contract\RendererWorkerInterface;
use libredte\lib\Core\Package\Billing\Component\Document\Contract\ValidatorWorkerInterface;
use libredte\lib\Core\Package\Billing\Component\Document\DocumentComponent;
use libredte\lib\Core\Package\Billing\Component\Document\Entity\AduanaPais;
use libredte\lib\Core\Package\Billing\Component\Document\Entity\AduanaTransporte;
use libredte\lib\Core\Package\Billing\Component\Document\Entity\CodigoDocumento;
use libredte\lib\Core\Package\Billing\Component\Document\Entity\Comuna;
use libredte\lib\Core\Package\Billing\Component\Document\Entity\FormaPago;
use libredte\lib\Core\Package\Billing\Component\Document\Entity\ImpuestoAdicionalRetencion;
use libredte\lib\Core\Package\Billing\Component\Document\Entity\TagXmlDocumento;
use libredte\lib\Core\Package\Billing\Component\Document\Entity\TipoDocumento;
use libredte\lib\Core\Package\Billing\Component\Document\Entity\Traslado;
use libredte\lib\Core\Package\Billing\Component\Document\Repository\ComunaRepository;
use libredte\lib\Core\Package\Billing\Component\Document\Repository\ImpuestoAdicionalRetencionRepository;
use libredte\lib\Core\Package\Billing\Component\Document\Service\TemplateDataHandler;
Expand Down Expand Up @@ -207,6 +211,10 @@
#[CoversClass(ComunaRepository::class)]
#[CoversClass(TemplateDataHandler::class)]
#[CoversClass(Emisor::class)]
#[CoversClass(AduanaPais::class)]
#[CoversClass(AduanaTransporte::class)]
#[CoversClass(FormaPago::class)]
#[CoversClass(Traslado::class)]
class EmitirIndividualmenteDocumentosOkTest extends TestCase
{
private BuilderWorkerInterface $builder;
Expand Down

0 comments on commit 48ec12f

Please sign in to comment.