Skip to content

Commit

Permalink
Add EncodingServiceTest
Browse files Browse the repository at this point in the history
Signed-off-by: Raul <[email protected]>
  • Loading branch information
Raudius committed May 12, 2022
1 parent f6a8145 commit de3fb09
Show file tree
Hide file tree
Showing 7 changed files with 2,435 additions and 304 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"christophwurst/nextcloud": "dev-master",
"jakub-onderka/php-parallel-lint": "^1.0.0",
"nextcloud/coding-standard": "^1.0.0",
"psalm/phar": "^4.3"
"psalm/phar": "^4.3",
"phpunit/phpunit": "^9.5"
},
"license": "AGPLv3",
"authors": [
Expand All @@ -22,6 +23,7 @@
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",
"psalm": "psalm.phar"
"psalm": "psalm.phar",
"test:unit": "phpunit -c tests/phpunit.xml"
}
}
Loading

0 comments on commit de3fb09

Please sign in to comment.