mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:56:12 +01:00
[CLEANUP] Migrate typo3conf path to composer package name (#1012)
The tests now respect the TYPO3 extension key as well as the composer package name. There is no more need to use the old (no longer used) typo3conf/ext path. Resolves: #739
This commit is contained in:
parent
109c2756db
commit
d56d58ed04
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase;
|
|||
*/
|
||||
final class TeaRepositoryTest extends FunctionalTestCase
|
||||
{
|
||||
protected array $testExtensionsToLoad = ['typo3conf/ext/tea'];
|
||||
protected array $testExtensionsToLoad = ['ttn/tea'];
|
||||
|
||||
private TeaRepository $subject;
|
||||
|
||||
|
|
Loading…
Reference in a new issue