Skip to content

Commit 1be11b7

Browse files
committed
Add integration tests for authenticate and userInfo
1 parent ba5968a commit 1be11b7

File tree

2 files changed

+607
-10
lines changed

2 files changed

+607
-10
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"require-dev": {
1414
"phpunit/phpunit": "<10",
1515
"roave/security-advisories": "dev-latest",
16-
"yoast/phpunit-polyfills": "^2.0"
16+
"yoast/phpunit-polyfills": "^2.0",
17+
"friendsofphp/php-cs-fixer": "^3.75",
18+
"fakerphp/faker": "^1.24"
1719
},
1820
"archive" : {
1921
"exclude" : [

0 commit comments

Comments
 (0)