Skip to content

Commit

Permalink
[FEATURE] Use paratest for composer script
Browse files Browse the repository at this point in the history
This needs to be done for runTests.sh as well

Part of #1379
  • Loading branch information
Starkmann authored and oliverklee committed Sep 17, 2024
1 parent fdace0a commit 5d081a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"typo3/cms-frontend": "^11.5.4 || ^12.4.2"
},
"require-dev": {
"brianium/paratest": "^6.11",
"ergebnis/composer-normalize": "^2.43.0",
"friendsofphp/php-cs-fixer": "^3.64.0",
"helmich/typo3-typoscript-lint": "^3.1.1",
Expand Down Expand Up @@ -164,7 +165,7 @@
"ci:tests:create-directories": "mkdir -p .Build/public/typo3temp/var/tests",
"ci:tests:functional": [
"@ci:tests:create-directories",
"find 'Tests/Functional' -wholename '*Test.php' | parallel --gnu 'echo; echo \\\"Running functional test suite {}\\\"; .Build/bin/phpunit -c Build/phpunit/FunctionalTests.xml {}';"
"paratest -c Build/phpunit/FunctionalTests.xml Tests/Functional"
],
"ci:tests:unit": "phpunit -c Build/phpunit/UnitTests.xml Tests/Unit",
"ci:typoscript:lint": "typoscript-lint -c Configuration/TsLint.yml --ansi -n --fail-on-warnings -vvv Configuration/TypoScript",
Expand Down

0 comments on commit 5d081a5

Please sign in to comment.