Skip to content
Snippets Groups Projects
Commit 1e92ff1e authored by Nikita Hovratov's avatar Nikita Hovratov Committed by Georg Ringer
Browse files

[TASK] Remove the comment "Test case" from test files

These comments don't add any value as the class under test can be easily
determined from the filename.

Executed commands:

> grep -Rn -E "^\s\*\sTest case(\sfor.*|\.)?$" --include="*Test\.php" \
typo3/sysext/ | awk -F':' '{print "sed -i \047" $2-1 "," $2+1 "d\047 " $1}' | sh

Some files with more comments needed manual adaption.

Resolves: #98956
Releases: main
Change-Id: Ia2fe96edda6ac26203bdfe8537a4d6e9d3e768c0
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76332


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChris Müller <typo3@krue.ml>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarChris Müller <typo3@krue.ml>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent f03af432
Showing
with 0 additions and 60 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment