mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 06:16:13 +01:00
parent
5d081a57e7
commit
37480c5a28
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@
|
||||||
"ci:tests:create-directories": "mkdir -p .Build/public/typo3temp/var/tests",
|
"ci:tests:create-directories": "mkdir -p .Build/public/typo3temp/var/tests",
|
||||||
"ci:tests:functional": [
|
"ci:tests:functional": [
|
||||||
"@ci:tests:create-directories",
|
"@ci:tests:create-directories",
|
||||||
"paratest -c Build/phpunit/FunctionalTests.xml Tests/Functional"
|
"paratest -f -c Build/phpunit/FunctionalTests.xml Tests/Functional"
|
||||||
],
|
],
|
||||||
"ci:tests:unit": "phpunit -c Build/phpunit/UnitTests.xml Tests/Unit",
|
"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",
|
"ci:typoscript:lint": "typoscript-lint -c Configuration/TsLint.yml --ansi -n --fail-on-warnings -vvv Configuration/TypoScript",
|
||||||
|
|
Loading…
Reference in a new issue