Skip to content

Commit

Permalink
Fix en test que se había quitado coverage que no se debía quitar.
Browse files Browse the repository at this point in the history
  • Loading branch information
estebandelaf committed Dec 6, 2024
1 parent 83f6723 commit a8bdfa0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
use libredte\lib\Core\Sii\Dte\Documento\DocumentoTipo;
use libredte\lib\Core\Sii\Dte\Documento\Normalization\DocumentoNormalizer;
use libredte\lib\Core\Sii\Dte\Documento\Normalization\DocumentoSanitizer;
use libredte\lib\Core\Xml\XmlConverter;
use libredte\lib\Core\Xml\XmlDecoder;
use libredte\lib\Core\Xml\XmlDocument;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\TestCase;

Expand All @@ -52,6 +55,9 @@
#[CoversClass(DocumentoTipo::class)]
#[CoversClass(DocumentoNormalizer::class)]
#[CoversClass(DocumentoSanitizer::class)]
#[CoversClass(XmlConverter::class)]
#[CoversClass(XmlDecoder::class)]
#[CoversClass(XmlDocument::class)]
class DocumentoFactoryTest extends TestCase
{
public function testDocumentoFactoryFromArrayWithoutTipoDTE(): void
Expand Down

0 comments on commit a8bdfa0

Please sign in to comment.