Skip to content

Commit 8ad0353

Browse files
committed
Se han hecho cambios menores en bootstrap.php y phpunit.xml: bootstrap quedó en psr-12, y phpunit tenía un parámetro incorrecto.
1 parent c84c30e commit 8ad0353

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
<php>
6767
<ini name="memory_limit" value="-1" />
6868
<env name="LIBREDTE_URL" value="https://libredte.cl" />
69-
<env name="LIBREDTE_RUT" value="19151443-2" />
69+
<env name="LIBREDTE_RUT" value="76192083-9" />
7070
</php>
7171
</phpunit>

tests/bootstrap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/**
46
* LibreDTE: Cliente de API en PHP - Pruebas Unitarias.
57
* Copyright (C) LibreDTE <https://www.libredte.cl>

0 commit comments

Comments
 (0)