mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02: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:
Daniel Siepmann 2023-11-27 12:10:13 +01:00 committed by GitHub
parent 109c2756db
commit d56d58ed04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase;
*/ */
final class TeaRepositoryTest extends FunctionalTestCase final class TeaRepositoryTest extends FunctionalTestCase
{ {
protected array $testExtensionsToLoad = ['typo3conf/ext/tea']; protected array $testExtensionsToLoad = ['ttn/tea'];
private TeaRepository $subject; private TeaRepository $subject;