Skip to content

Commit de3fb09

Browse files
committed
Add EncodingServiceTest
Signed-off-by: Raul <raul@nextcloud.com>
1 parent f6a8145 commit de3fb09

File tree

7 files changed

+2435
-304
lines changed

7 files changed

+2435
-304
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"christophwurst/nextcloud": "dev-master",
77
"jakub-onderka/php-parallel-lint": "^1.0.0",
88
"nextcloud/coding-standard": "^1.0.0",
9-
"psalm/phar": "^4.3"
9+
"psalm/phar": "^4.3",
10+
"phpunit/phpunit": "^9.5"
1011
},
1112
"license": "AGPLv3",
1213
"authors": [
@@ -22,6 +23,7 @@
2223
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
2324
"cs:check": "php-cs-fixer fix --dry-run --diff",
2425
"cs:fix": "php-cs-fixer fix",
25-
"psalm": "psalm.phar"
26+
"psalm": "psalm.phar",
27+
"test:unit": "phpunit -c tests/phpunit.xml"
2628
}
2729
}

0 commit comments

Comments
 (0)