fix composer indents

This commit is contained in:
Matthias Pfefferle 2022-12-27 17:01:10 +01:00
parent 6f3b7427e0
commit 6ecda2b869

View file

@ -32,10 +32,10 @@
"installer-name": "activitypub" "installer-name": "activitypub"
}, },
"scripts": { "scripts": {
"test": [ "test": [
"composer install", "composer install",
"bin/install-wp-tests.sh activitypub-test root activitypub-test test-db latest true", "bin/install-wp-tests.sh activitypub-test root activitypub-test test-db latest true",
"vendor/bin/phpunit" "vendor/bin/phpunit"
] ]
} }
} }