mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:16:13 +02:00

[TASK] Rename TS files to .typoscript (#19)

Resolves: #8
This commit is contained in:
Andreas Wolf 2019-12-07 11:27:29 +01:00 committed by Oliver Klee
parent 29bf7ccae5
commit 445dae3129
4 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Composer script for PHP linting
### Changed
- Use `.typoscript` as file extension for TS files (#19)
- Convert the PHP namespaces to "TTN" (#8)
- Update the contact email in the CoC document (#6)
- Switch to the `TTN` PHP vendor namespace (#1, #5)

View file

@ -33,7 +33,7 @@ class TeaControllerTest extends FunctionalTestCase
1,
[
'EXT:fluid_styled_content/Configuration/TypoScript/setup.txt',
'EXT:tea/Configuration/TypoScript/setup.txt',
'EXT:tea/Configuration/TypoScript/setup.typoscript',
'EXT:tea/Tests/Functional/Controller/Fixtures/Frontend/Basic.typoscript',
]
);