mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:56:12 +01:00
parent
29bf7ccae5
commit
445dae3129
4 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
- Composer script for PHP linting
|
- Composer script for PHP linting
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- Use `.typoscript` as file extension for TS files (#19)
|
||||||
- Convert the PHP namespaces to "TTN" (#8)
|
- Convert the PHP namespaces to "TTN" (#8)
|
||||||
- Update the contact email in the CoC document (#6)
|
- Update the contact email in the CoC document (#6)
|
||||||
- Switch to the `TTN` PHP vendor namespace (#1, #5)
|
- Switch to the `TTN` PHP vendor namespace (#1, #5)
|
||||||
|
|
|
@ -33,7 +33,7 @@ class TeaControllerTest extends FunctionalTestCase
|
||||||
1,
|
1,
|
||||||
[
|
[
|
||||||
'EXT:fluid_styled_content/Configuration/TypoScript/setup.txt',
|
'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',
|
'EXT:tea/Tests/Functional/Controller/Fixtures/Frontend/Basic.typoscript',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue