mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-03-22 05:23:50 +01:00

[CLEANUP] Migrate typo3conf path to composer package name ()

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: 
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
{
protected array $testExtensionsToLoad = ['typo3conf/ext/tea'];
protected array $testExtensionsToLoad = ['ttn/tea'];
private TeaRepository $subject;