mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-22 04:36: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:
Daniel Siepmann 2023-11-27 11:59:50 +01:00 committed by GitHub
parent fd2d646db4
commit 109c2756db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",