Мелочи в readme и phpunit.xml (удалены дефолтные параметры)

pull/10/head
Anthony Axenov 2021-12-02 01:10:54 +08:00
parent cb24bb1fb0
commit 267431ec28
2 changed files with 4 additions and 11 deletions

View File

@ -84,9 +84,9 @@ composer test
## Дополнительные ресурсы
* [Документация АТОЛ](https://online.atol.ru/lib/)
**[Документация к библиотеке](/docs/readme.md)**
* **[Документация к библиотеке](/docs/readme.md)**
* Telegram-канал: [@atolonline_php](https://t.me/atolonline_php)
* [Документация АТОЛ Онлайн](https://online.atol.ru/lib/)
* Функционал, находящийся в разработке: [ROADMAP.md](ROADMAP.md)
## Лицензия

View File

@ -9,15 +9,8 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
colors="true">
<testsuites>
<testsuite name="All">
<directory suffix="Test.php">./tests</directory>
@ -29,4 +22,4 @@
<directory suffix=".php">src</directory>
</include>
</coverage>
</phpunit>
</phpunit>