tracking/Tests/Functional/Fixtures/Extensions/recordview/ext_emconf.php

21 lines
491 B
PHP
Raw Normal View History

<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'TESTING: Tracking recordview',
'description' => 'Used by functional tests',
'category' => 'fe',
'state' => 'stable',
'author' => 'Daniel Siepmann',
'author_email' => 'coding@daniel-siepmann.de',
'author_company' => '',
'version' => '1.1.2',
'constraints' => [
'depends' => [
'core' => '',
'tracking' => '',
],
'conflicts' => [],
'suggests' => [],
],
];