Skip to content

Commit

Permalink
test: corrigir arquivos para execução de teste
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBellas committed Jan 21, 2024
1 parent e27f096 commit de2f5a3
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 187 deletions.
29 changes: 29 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
/********************
* Material icons *
********************/
"material-icon-theme.folders.associations": {
"Exceptions": "error",
"@shared": "shared",
"DTO": "Mappings",
"Request": "Global"
},
"material-icon-theme.files.associations": {
"*.spec.php": "test-ts"
},

/**************
* PHP unit *
**************/
"phpunit.phpunit": "vendor/phpunit/phpunit/phpunit",

/************
* cSpell *
************/
"cSpell.words": ["Bordero", "borderos", "Customizado", "Customizados"],

/***************
* SonarLint *
***************/
"sonarlint.analysisExcludesStandalone": "{**/src/**/*, **/vendor/**/*}"
}
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"license": "MIT",
"autoload": {
"psr-4": {
"AleBatistella\\BlingErpApi\\": "./php/src/",
"AleBatistella\\BlingErpApi\\Entities\\Shared\\": "./php/src/Entities/@shared/"
"AleBatistella\\BlingErpApi\\": "./src/",
"AleBatistella\\BlingErpApi\\Entities\\Shared\\": "./src/Entities/@shared/"
},
"files": [
"./php/src/Helpers/functions.php"
"./src/Helpers/functions.php"
]
},
"authors": [
Expand All @@ -29,7 +29,6 @@
},
"archive": {
"exclude": [
"./typescript",
"./.github",
"./.vscode",
"./.editorconfig",
Expand Down
Loading

0 comments on commit de2f5a3

Please sign in to comment.