Task #25868
Add class. prefix to all unit test files
| Status: | Resolved | Start date: | 2011-04-10 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Stefano Kowalke | % Done: | 100% |
|
| Category: | Unit Tests | |||
| Target version: | - | |||
| TYPO3 Version: | 4.6 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 0 |
Description
According to the CGL all files which contains a class must have the class. prefix.
Solution: Add the prefix
Related issues
| related to Coding Guidelines - Task #12297: Adjust section on filenames of unit tests | Resolved | 2011-01-16 | ||
| related to Scheduler - Bug #26231: Add "class." prefix to all scheduler unit test files | Closed | 2011-04-24 |
Associated revisions
[TASK] Add prefix "class." to all unit test files which contain classes.
According to the CGL the files which contains a class must have a prefix "class." in filename.
Change-Id: I5ac0214236dc248a7d2b37d5981278fd65bc6c91
Resolves: #25868
Releases: 4.6
Reviewed-on: http://review.typo3.org/1646
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
History
Updated by Mr. Hudson about 2 years ago
Patch set 1 of change I5ac0214236dc248a7d2b37d5981278fd65bc6c91 has been pushed to the review server.
It is available at http://review.typo3.org/1646
Updated by Stefano Kowalke about 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset eba63a007f9ca873512ac579e7c112c6ae3ef50c.
Updated by Stefano Kowalke about 2 years ago
- File 25868.diff added