Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Versão com diversas atualizações, ver CHANGELOG.md#125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
geekcom merged 7 commits intomasterfromv3.6.0
Feb 2, 2022
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
ajustes de changelog, etc..
  • Loading branch information
@geekcom
geekcom committedFeb 2, 2022
commit511f8a5b4bbc76235614a4dd369f42448f421518
2 changes: 1 addition & 1 deletion.gitignore
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,4 +7,4 @@ composer.phar
docker-compose.yml
.phpcs-cache
.phpunit.result.cache
phpunit.xml.dist
phpunit.xml
6 changes: 4 additions & 2 deletionsCHANGELOG.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,12 +10,14 @@ nosso versionamento continua sendo [versionamento semântico](https://semver.org
- Corrigido:
- A documentação referente a validação de inscrição estadual;
- O arquivo `composer.lock` foi removido do `.gitignore`;
- A opção depreciada do composer `--no-suggest`, foi removida do workflow Github actions.
- A opção depreciada do composer `--no-suggest`, foi removida do workflow Github actions.
- Atualizado:
- A versão mínima do PHP, e algumas dependências do projeto;
- As classes de validação de formatos de documentos NIS e CNPJ;
- O arquivo `phpunit.xml` foi adicionado ao `.gitignore`.
- Removido: O arquivo `phpunit.xml`.
- Removido:
- O arquivo `phpunit.xml`;
- O suporte a travisCI.
- Adicionado:
- O arquivo `phpunit.xml.dist`;
- A possibilidade de rodar testes de unidade via comando `composer testdox`;
Expand Down
20 changes: 20 additions & 0 deletionsphpunit.xml.dist
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<php>
<env name="XDEBUG_MODE" value="coverage"/>
</php>
<coverage processUncoveredFiles="true">
<include>
<directory>./src/</directory>
</include>
<report>
<clover outputFile="build/logs/clover.xml"/>
<html outputDirectory="build/logs/html" lowUpperBound="35" highLowerBound="70"/>
</report>
</coverage>
<testsuites>
<testsuite name="Package Test Suite">
<directory suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>

[8]ページ先頭

©2009-2025 Movatter.jp