mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 10:56:13 +01:00
[TASK] Remove obsolete symlink for functional tests (#1011)
The symlinking is no longer necessary, thanks to https://github.com/TYPO3/testing-framework/pull/434 Resolves: #1000
This commit is contained in:
parent
fd2d646db4
commit
109c2756db
1 changed files with 0 additions and 7 deletions
|
@ -109,9 +109,6 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"post-autoload-dump": [
|
||||
"@link-extension"
|
||||
],
|
||||
"ci": [
|
||||
"@ci:static"
|
||||
],
|
||||
|
@ -181,10 +178,6 @@
|
|||
],
|
||||
"fix:php:cs": "php-cs-fixer fix --config .php-cs-fixer.php",
|
||||
"fix:php:sniff": "phpcbf Classes Configuration Tests",
|
||||
"link-extension": [
|
||||
"@php -r 'is_dir($extFolder=__DIR__.\"/.Build/Web/typo3conf/ext/\") || mkdir($extFolder, 0777, true);'",
|
||||
"@php -r 'file_exists($extFolder=__DIR__.\"/.Build/Web/typo3conf/ext/tea\") || symlink(__DIR__,$extFolder);'"
|
||||
],
|
||||
"phpstan:baseline": ".Build/bin/phpstan --generate-baseline=phpstan-baseline.neon",
|
||||
"prepare-release": [
|
||||
"rm .gitignore",
|
||||
|
|
Loading…
Reference in a new issue